public class CloudFrontServiceException
extends java.lang.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(java.lang.String message) |
CloudFrontServiceException(java.lang.String message,
int responseCode,
java.lang.String errorType,
java.lang.String errorCode,
java.lang.String errorMessage,
java.lang.String errorDetail,
java.lang.String errorRequestId) |
CloudFrontServiceException(java.lang.String message,
java.lang.Throwable cause) |
CloudFrontServiceException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode() |
java.lang.String |
getErrorDetail() |
java.lang.String |
getErrorMessage() |
java.lang.String |
getErrorRequestId() |
java.lang.String |
getErrorType() |
int |
getResponseCode() |
java.lang.String |
toString() |
public CloudFrontServiceException(java.lang.String message, int responseCode, java.lang.String errorType, java.lang.String errorCode, java.lang.String errorMessage, java.lang.String errorDetail, java.lang.String errorRequestId)
public CloudFrontServiceException()
public CloudFrontServiceException(java.lang.String message, java.lang.Throwable cause)
public CloudFrontServiceException(java.lang.String message)
public CloudFrontServiceException(java.lang.Throwable cause)
public java.lang.String getErrorCode()
public java.lang.String getErrorDetail()
public java.lang.String getErrorMessage()
public java.lang.String getErrorRequestId()
public java.lang.String getErrorType()
public int getResponseCode()
public java.lang.String toString()
toString
in class java.lang.Throwable