Class S3EncryptionClientException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    S3EncryptionClientSecurityException

    public class S3EncryptionClientException
    extends software.amazon.awssdk.core.exception.SdkClientException
    Base exception class for all S3 Encryption Client specific exceptions. This exception is thrown when errors occur during encryption or decryption operations, configuration validation, or other client-specific scenarios.
    See Also:
    Serialized Form
    • Constructor Detail

      • S3EncryptionClientException

        public S3EncryptionClientException​(String message)
        Constructs a new S3EncryptionClientException with the specified error message.
        Parameters:
        message - a description of the error
      • S3EncryptionClientException

        public S3EncryptionClientException​(String message,
                                           Throwable cause)
        Constructs a new S3EncryptionClientException with the specified error message and cause.
        Parameters:
        message - a description of the error
        cause - the underlying cause of this exception