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
public class BadCiphertextException extends AwsCryptoException
This exception is thrown when the values found in a ciphertext message are invalid or corrupt.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BadCiphertextException()
BadCiphertextException(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
-
-