public class InvalidCipherTextException extends CryptoException
Constructor and Description |
---|
InvalidCipherTextException()
base constructor.
|
InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.
|
InvalidCipherTextException(String message,
Throwable cause)
create a InvalidCipherTextException with the given message.
|
getCause
getMessage, initCause, printStackTrace, printStackTrace, toString
public InvalidCipherTextException()
public InvalidCipherTextException(String message)
message
- the message to be carried with the exception.