Serializablepublic class CloudFrontServiceException extends Exception
CloudFrontService and related utilities.
This exception can hold useful additional information about errors that occur
when communicating with CloudFront.| Constructor | Description |
|---|---|
CloudFrontServiceException() |
|
CloudFrontServiceException(String message) |
|
CloudFrontServiceException(String message,
int responseCode,
String errorType,
String errorCode,
String errorMessage,
String errorDetail,
String errorRequestId) |
|
CloudFrontServiceException(String message,
Throwable cause) |
|
CloudFrontServiceException(Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getErrorCode() |
|
String |
getErrorDetail() |
|
String |
getErrorMessage() |
|
String |
getErrorRequestId() |
|
String |
getErrorType() |
|
int |
getResponseCode() |
|
String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CloudFrontServiceException(String message, int responseCode, String errorType, String errorCode, String errorMessage, String errorDetail, String errorRequestId)
public CloudFrontServiceException()
public CloudFrontServiceException(String message)
public CloudFrontServiceException(Throwable cause)