Added Constructors |
PigException(String, int, byte, boolean, String, Throwable, SourceLocation)
|
Create a new PigException with the specified message error code error source retriable or not detalied message for the developer and cause. |
PigException(String, int, byte, boolean, String, SourceLocation)
|
Create a new PigException with the specified message and cause. |
PigException(String, int, byte, Throwable, SourceLocation)
|
Create a new PigException with the specified message and cause. |
PigException(String, int, byte, SourceLocation)
|
Create a new PigException with the specified message and cause. |
PigException(String, int, Throwable, SourceLocation)
|
Create a new PigException with the specified message and cause. |
PigException(String, int, SourceLocation)
|
Create a new PigException with the specified message and cause. |
PigException(String, SourceLocation)
|
Create a new PigException with the specified message. |