Package com.adobe.granite.crypto
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
com.adobe.granite.crypto.CryptoException
- All Implemented Interfaces:
Serializable
The
CryptoException is thrown by the service methods of the
CryptoSupport service. Generally exceptions of this type will provide
more information on the encryption or decryption failure in the
getCause() method.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoException(String message) CryptoException(String message, Throwable 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
-
CryptoException
-