public class IGCConnectivityException extends IGCException
| Constructor and Description |
|---|
IGCConnectivityException(String errorMessage,
String details)
Constructor used for creating an IGCConnectivityException with some additional details, when not caused by some
other underlying error
|
IGCConnectivityException(String errorMessage,
Throwable caughtError)
Constructor used for creating an IGCConnectivityException 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 IGCConnectivityException(String errorMessage, Throwable caughtError)
errorMessage - description of errorcaughtError - previous error causing this exceptionpublic IGCConnectivityException(String errorMessage, String details)
errorMessage - description of errordetails - details about the description of the errorCopyright © 2018–2021 ODPi. All rights reserved.