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