AbendException() |
Construct an instance of AbendException |
AbendException(String abendCode) |
Construct an instance of AbendException with an abendCode from the server |
AbendException(String abendCode, AbendCodeType abendCodeType) |
Construct an instance of AbendException with an abendCode and abendCodeType |
Method Summary | |
---|---|
String | getAbendCode()
Get the abend code |
AbendCodeType | getAbendCodeType()
Get the abend code type |
Methods inherited from class java.lang.Throwable |
---|
addSupressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSupressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
public AbendException()
Construct an instance of AbendException
AbendException(String abendCode)
Construct an instance of AbendException with an abendCode from the server
abendCode | The abendCode |
AbendException(String abendCode, AbendCodeType abendCodeType)
Construct an instance of AbendException with an abendCode and abendCodeType
abendCode | The abendCode |
abendCodeType | The abendCodeType |
public String getAbendCode()Get the abend code
public AbendCodeType getAbendCodeTypeGet the abend code type