public class IAException extends RuntimeException
| Constructor and Description |
|---|
IAException(String errorMessage)
Default constructor used for creating an IAException when an unexpected error has been caught.
|
IAException(String errorMessage,
Throwable caughtError)
Constructor used for creating an IAException when an unexpected error has been caught that was caused by
some other error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IAException(String errorMessage)
errorMessage - description of the errorCopyright © 2018–2020 ODPi. All rights reserved.