Class 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:
    Serialized Form
    • 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,
                                          Throwable cause)
      • CloudFrontServiceException

        public CloudFrontServiceException​(String message)
      • CloudFrontServiceException

        public CloudFrontServiceException​(Throwable cause)
    • Method Detail

      • getErrorCode

        public String getErrorCode()
      • getErrorDetail

        public String getErrorDetail()
      • getErrorMessage

        public String getErrorMessage()
      • getErrorRequestId

        public String getErrorRequestId()
      • getErrorType

        public String getErrorType()
      • getResponseCode

        public int getResponseCode()