Class MalformedCertificateException

All Implemented Interfaces:
Serializable

public class MalformedCertificateException extends AmazonServiceException

The request was rejected because the certificate was malformed or expired. The error message describes the specific error.

See Also:
  • Constructor Details

    • MalformedCertificateException

      public MalformedCertificateException(String message)
      Constructs a new MalformedCertificateException with the specified error message.
      Parameters:
      message - Describes the error encountered.