Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deltava.crypt.CryptoException
- All Implemented Interfaces:
Serializable
An internal Cryptographic exception.
- Since:
- 1.0
- Version:
- 2.2
- Author:
- Luke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoException
(String msg, Throwable t) Creates a new CryptoException with a nested exception.CryptoException
(String msg, Throwable t, Object payload) Creates a new CryptoException with a nested exception and payload. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CryptoException
-
CryptoException
-
-
Method Details
-
getPayload
-