public class IrisClientException extends Exception
| Constructor and Description |
|---|
IrisClientException(int statusCode,
String errorCode,
String description) |
IrisClientException(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getErrorCode() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IrisClientException(Throwable e)
Copyright © 2020. All rights reserved.