org.bouncycastle.crypto
public class InvalidCipherTextException extends CryptoException
Constructor and Description |
---|
InvalidCipherTextException()
base constructor.
|
InvalidCipherTextException(java.lang.String message)
create a InvalidCipherTextException with the given message.
|
public InvalidCipherTextException()
public InvalidCipherTextException(java.lang.String message)
message
- the message to be carried with the exception.