org.bouncycastle.crypto

Class CryptoException

public class CryptoException extends Exception

the foundation class for the hard exceptions thrown by the crypto packages.
Constructor Summary
CryptoException()
base constructor.
CryptoException(String message)
create a CryptoException with the given message.

Constructor Detail

CryptoException

public CryptoException()
base constructor.

CryptoException

public CryptoException(String message)
create a CryptoException with the given message.

Parameters: message the message to be carried with the exception.