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 Details

    • AwsCryptoException

      public AwsCryptoException()
    • AwsCryptoException

      public AwsCryptoException(String message)
    • AwsCryptoException

      public AwsCryptoException(Throwable cause)
    • AwsCryptoException

      public AwsCryptoException(String message, Throwable cause)
    • AwsCryptoException

      public AwsCryptoException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)