CryptoExceptionpublic class CryptoException extends Exception the foundation class for the hard exceptions thrown by the crypto packages. |
Constructors Summary |
---|
public CryptoException()base constructor.
| public CryptoException(String message)create a CryptoException with the given message.
super(message);
|
|