Package org.jets3t.service
Class CloudFrontServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jets3t.service.CloudFrontServiceException
- All Implemented Interfaces:
Serializable
Exception for use by
CloudFrontService
and related utilities.
This exception can hold useful additional information about errors that occur
when communicating with CloudFront.- Author:
- James Murty
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCloudFrontServiceException
(String message) CloudFrontServiceException
(String message, int responseCode, String errorType, String errorCode, String errorMessage, String errorDetail, String errorRequestId) CloudFrontServiceException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CloudFrontServiceException
-
CloudFrontServiceException
public CloudFrontServiceException() -
CloudFrontServiceException
-
CloudFrontServiceException
-
CloudFrontServiceException
-
-
Method Details