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.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.