org.gudy.bouncycastle.crypto
Class RuntimeCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gudy.bouncycastle.crypto.RuntimeCryptoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DataLengthException
public class RuntimeCryptoException
- extends RuntimeException
the foundation class for the exceptions thrown by the crypto packages.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.