InvalidCipherTextExceptionpublic class InvalidCipherTextException extends CryptoException this exception is thrown whenever we find something we don't expect in a
message. |
Constructors Summary |
---|
public InvalidCipherTextException()base constructor.
| public InvalidCipherTextException(String message)create a InvalidCipherTextException with the given message.
super(message);
|
|