org.bouncycastle.crypto
public class RuntimeCryptoException extends RuntimeException
| Constructor Summary | |
|---|---|
| RuntimeCryptoException()
base constructor. | |
| RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.
| |
Parameters: message the message to be carried with the exception.