org.jets3t.service
Class CloudFrontServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.

See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 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()
           
 
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
 

Constructor Detail

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)
Method Detail

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