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
public class AwsCryptoException extends RuntimeException
This is the parent class of the runtime exceptions thrown by the AWS Encryption SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AwsCryptoException()
AwsCryptoException(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
-
-