Class BadCiphertextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.encryptionsdk.exception.AwsCryptoException
com.amazonaws.encryptionsdk.exception.BadCiphertextException
- All Implemented Interfaces:
Serializable
This exception is thrown when the values found in a ciphertext message are invalid or corrupt.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorsConstructorDescriptionBadCiphertextException(String message)
BadCiphertextException(String message, Throwable cause)
BadCiphertextException(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
-
BadCiphertextException
public BadCiphertextException() -
BadCiphertextException
-
BadCiphertextException
-
BadCiphertextException
-