Package software.amazon.encryption.s3
Class S3EncryptionClientSecurityException
- 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
-
- software.amazon.encryption.s3.S3EncryptionClientSecurityException
-
- All Implemented Interfaces:
Serializable
public class S3EncryptionClientSecurityException extends S3EncryptionClientException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.encryption.s3.S3EncryptionClientException
S3EncryptionClientException.Builder, S3EncryptionClientException.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description S3EncryptionClientSecurityException(String message)
S3EncryptionClientSecurityException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class software.amazon.encryption.s3.S3EncryptionClientException
builder, toBuilder
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkClientException
create, create, getMessage
-
Methods inherited from class software.amazon.awssdk.core.exception.SdkException
numAttempts, rawMessage, retryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-