public class IAException extends Exception
| Constructor and Description |
|---|
IAException(String errorMessage) |
IAException(String errorMessage,
String errorCode) |
IAException(String errorMessage,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic IAException(String errorMessage)
Copyright © 2017. All rights reserved.