public class CloudFrontServiceException extends Exception
CloudFrontService
and related utilities.
This exception can hold useful additional information about errors that occur
when communicating with CloudFront.Constructor and 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 and Description |
---|---|
String |
getErrorCode() |
String |
getErrorDetail() |
String |
getErrorMessage() |
String |
getErrorRequestId() |
String |
getErrorType() |
int |
getResponseCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public 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)
Copyright © 2006–2018. All rights reserved.