public class InvalidCipherTextException extends CryptoException
Constructor and Description |
---|
InvalidCipherTextException()
base constructor.
|
InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCipherTextException()
public InvalidCipherTextException(String message)
message
- the message to be carried with the exception.Copyright © 2015. All rights reserved.