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 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 Details

    • 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, Throwable cause)
    • CloudFrontServiceException

      public CloudFrontServiceException(String message)
    • CloudFrontServiceException

      public CloudFrontServiceException(Throwable cause)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • getErrorDetail

      public String getErrorDetail()
    • getErrorMessage

      public String getErrorMessage()
    • getErrorRequestId

      public String getErrorRequestId()
    • getErrorType

      public String getErrorType()
    • getResponseCode

      public int getResponseCode()
    • toString

      public String toString()
      Overrides:
      toString in class Throwable