Package software.amazon.encryption.s3
Class S3EncryptionClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- software.amazon.awssdk.core.exception.SdkException
-
- software.amazon.awssdk.core.exception.SdkClientException
-
- software.amazon.encryption.s3.S3EncryptionClientException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
S3EncryptionClientSecurityException
public class S3EncryptionClientException extends software.amazon.awssdk.core.exception.SdkClientException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description S3EncryptionClientException(String message)
S3EncryptionClientException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkClientException
builder, create, create, toBuilder
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-