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