org.bouncycastle.crypto

Class RuntimeCryptoException

Known Direct Subclasses:
DataLengthException, MaxBytesExceededException

public class RuntimeCryptoException
extends RuntimeException

the foundation class for the exceptions thrown by the crypto packages.

Constructor Summary

RuntimeCryptoException()
base constructor.
RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.

Constructor Details

RuntimeCryptoException

public RuntimeCryptoException()
base constructor.

RuntimeCryptoException

public RuntimeCryptoException(String message)
create a RuntimeCryptoException with the given message.
Parameters:
message - the message to be carried with the exception.