Class AwsCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.encryptionsdk.exception.AwsCryptoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadCiphertextException
,CannotUnwrapDataKeyException
,NoSuchMasterKeyException
,ParseException
,UnsupportedProviderException
This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionAwsCryptoException(String message)
AwsCryptoException(String message, Throwable cause)
AwsCryptoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
AwsCryptoException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AwsCryptoException
public AwsCryptoException() -
AwsCryptoException
-
AwsCryptoException
-
AwsCryptoException
-
AwsCryptoException
-