public class IGCException extends Exception
| Constructor and Description |
|---|
IGCException(String errorMessage,
String details)
Default constructor used for creating an IGCException when an unexpected error has been caught.
|
IGCException(String errorMessage,
String details,
Throwable caughtError)
Constructor used for creating an IGCException when an unexpected error has been caught that was caused by
some other error.
|
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, String details)
errorMessage - description of the errordetails - details about the description of the errorpublic IGCException(String errorMessage, Throwable caughtError)
errorMessage - description of errorcaughtError - previous error causing this exceptionpublic IGCException(String errorMessage, String details, Throwable caughtError)
errorMessage - description of errordetails - details about the description of the errorcaughtError - previous error causing this exceptionCopyright © 2018–2021 ODPi. All rights reserved.