org.gudy.bouncycastle.crypto
Class CryptoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gudy.bouncycastle.crypto.CryptoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidCipherTextException

public class CryptoException
extends Exception

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

See Also:
Serialized Form

Constructor Summary
CryptoException()
          base constructor.
CryptoException(String message)
          create a CryptoException with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.