Package org.bouncycastle.crypto
Class RuntimeCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bouncycastle.crypto.RuntimeCryptoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataLengthException
the foundation class for the exceptions thrown by the crypto packages.
- See Also:
-
Constructor Summary
ConstructorDescriptionbase constructor.RuntimeCryptoException
(String message) create a RuntimeCryptoException with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeCryptoException
public RuntimeCryptoException()base constructor. -
RuntimeCryptoException
create a RuntimeCryptoException with the given message.- Parameters:
message
- the message to be carried with the exception.
-