org.silverpeas.util.crypto
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.silverpeas.util.crypto.CryptoException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CipherKeyUpdateException
public class CryptoException
- extends Exception
Exception thrown when the encryption or the decryption failed.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ENCRYPTION_FAILURE
public static final String ENCRYPTION_FAILURE
- See Also:
- Constant Field Values
DECRYPTION_FAILURE
public static final String DECRYPTION_FAILURE
- See Also:
- Constant Field Values
KEY_GENERATION_FAILURE
public static final String KEY_GENERATION_FAILURE
- See Also:
- Constant Field Values
CryptoException
public CryptoException(Throwable cause)
CryptoException
public CryptoException(String message,
Throwable cause)
CryptoException
public CryptoException(String message)
Copyright © 2016 Silverpeas. All Rights Reserved.