Package com.avoka.fc.core.util
Class FormXmlCrypto.CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.avoka.fc.core.util.FormXmlCrypto.CryptoException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FormXmlCrypto
Provides a crypto exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCryptoException
(Throwable cause) Create a crypto exception with the give cause. -
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
Create a crypto exception with the give cause.- Parameters:
cause
- the root cause
-