Package org.jets3t.service
Class CloudFrontServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jets3t.service.CloudFrontServiceException
-
- All Implemented Interfaces:
Serializable
public class CloudFrontServiceException extends Exception
Exception for use byCloudFrontService
and related utilities. This exception can hold useful additional information about errors that occur when communicating with CloudFront.- Author:
- James Murty
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
String
getErrorDetail()
String
getErrorMessage()
String
getErrorRequestId()
String
getErrorType()
int
getResponseCode()
String
toString()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
CloudFrontServiceException
public CloudFrontServiceException(String message, int responseCode, String errorType, String errorCode, String errorMessage, String errorDetail, String errorRequestId)
-
CloudFrontServiceException
public CloudFrontServiceException()
-
CloudFrontServiceException
public CloudFrontServiceException(String message)
-
CloudFrontServiceException
public CloudFrontServiceException(Throwable cause)
-
-