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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
S3EncryptionClientException.Builder
protected static class
S3EncryptionClientException.BuilderImpl
-
Constructor Summary
Constructors Constructor Description S3EncryptionClientException(String message)
S3EncryptionClientException(String message, Throwable cause)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3EncryptionClientException.Builder
builder()
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
-
-
-
-
Method Detail
-
toBuilder
public S3EncryptionClientException.Builder toBuilder()
- Overrides:
toBuilder
in classsoftware.amazon.awssdk.core.exception.SdkClientException
-
builder
public static S3EncryptionClientException.Builder builder()
-
-