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
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CryptoException
public CryptoException(String message)
CryptoException
public CryptoException(String message,
Throwable cause)
Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.