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:
java.io.Serializable
public class CryptoException extends java.security.GeneralSecurityException
TheCryptoException
is thrown by the service methods of theCryptoSupport
service. Generally exceptions of this type will provide more information on the encryption or decryption failure in thegetCause()
method.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoException(java.lang.String message)
CryptoException(java.lang.String message, java.lang.Throwable cause)
-