FileDocCategorySizeDatePackage
RuntimeCryptoException.javaAPI DocAzureus 3.0.3.4526Tue Jun 08 05:12:58 BST 2004org.bouncycastle.crypto

RuntimeCryptoException

public class RuntimeCryptoException extends RuntimeException
the foundation class for the exceptions thrown by the crypto packages.

Fields Summary
Constructors Summary
public RuntimeCryptoException()
base constructor.

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

param
message the message to be carried with the exception.

        super(message);
    
Methods Summary