org.jets3t.service
Class CloudFrontServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jets3t.service.CloudFrontServiceException
- All Implemented Interfaces:
- java.io.Serializable
public class CloudFrontServiceException
- extends java.lang.Exception
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CloudFrontServiceException
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)
CloudFrontServiceException
public CloudFrontServiceException()
CloudFrontServiceException
public CloudFrontServiceException(java.lang.String message,
java.lang.Throwable cause)
CloudFrontServiceException
public CloudFrontServiceException(java.lang.String message)
CloudFrontServiceException
public CloudFrontServiceException(java.lang.Throwable cause)
getErrorCode
public java.lang.String getErrorCode()
getErrorDetail
public java.lang.String getErrorDetail()
getErrorMessage
public java.lang.String getErrorMessage()
getErrorRequestId
public java.lang.String getErrorRequestId()
getErrorType
public java.lang.String getErrorType()
getResponseCode
public int getResponseCode()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable