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.GeneralSecurityExceptionTheCryptoExceptionis 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(java.lang.String message)CryptoException(java.lang.String message, java.lang.Throwable cause) 
 -