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
public static class FormXmlCrypto.CryptoException extends Exception
Provides a crypto exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoException(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 Detail
-
CryptoException
public CryptoException(Throwable cause)
Create a crypto exception with the give cause.- Parameters:
cause
- the root cause
-
-