public class IGCException extends RuntimeException
| Constructor and Description |
|---|
IGCException(String errorMessage)
Default constructor used for creating an IGCException when an unexpected error has been caught.
|
IGCException(String errorMessage,
Throwable caughtError)
Constructor used for creating an IGCException 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 IGCException(String errorMessage)
errorMessage - description of the errorpublic IGCException(String errorMessage, Throwable caughtError)
errorMessage - description of errorcaughtError - previous error causing this exceptionCopyright © 2018–2020 ODPi. All rights reserved.