java.io.Serializable
public class InvalidCipherTextException extends CryptoException
Constructor | Description |
---|---|
InvalidCipherTextException() |
base constructor.
|
InvalidCipherTextException(java.lang.String message) |
create a InvalidCipherTextException with the given message.
|
InvalidCipherTextException(java.lang.String message,
java.lang.Throwable cause) |
create a InvalidCipherTextException with the given message.
|
getCause
public InvalidCipherTextException()
public InvalidCipherTextException(java.lang.String message)
message
- the message to be carried with the exception.public InvalidCipherTextException(java.lang.String message, java.lang.Throwable cause)
message
- the message to be carried with the exception.cause
- the root cause of the exception.