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