Class 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 Details

    • BadCiphertextException

      public BadCiphertextException()
    • BadCiphertextException

      public BadCiphertextException(String message)
    • BadCiphertextException

      public BadCiphertextException(Throwable cause)
    • BadCiphertextException

      public BadCiphertextException(String message, Throwable cause)