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