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
public class CryptoException extends GeneralSecurityException
TheCryptoExceptionis thrown by the service methods of theCryptoSupportservice. 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(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
-
-