public class IGCIOException extends IGCException
| Constructor and Description |
|---|
IGCIOException(String errorMessage,
String details,
Throwable caughtError)
Constructor used for creating an IGCIOException when an unexpected error has been caught based on some other
underlying error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IGCIOException(String errorMessage, String details, Throwable caughtError)
errorMessage - description of errordetails - details of the error, used only for logging purposescaughtError - previous error causing this exceptionCopyright © 2018–2021 ODPi. All rights reserved.