org.bouncycastle.crypto

Class CryptoException

Known Direct Subclasses:
InvalidCipherTextException

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 Details

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.