org.jasypt.exceptions
Class EncryptionInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasypt.exceptions.EncryptionInitializationException
- All Implemented Interfaces:
- java.io.Serializable
public final class EncryptionInitializationException
- extends java.lang.RuntimeException
Exception thrown when an error is raised during initialization of
an entity.
- Since:
- 1.0
- Author:
- Daniel Fernández
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EncryptionInitializationException
public EncryptionInitializationException()
EncryptionInitializationException
public EncryptionInitializationException(java.lang.Throwable t)
EncryptionInitializationException
public EncryptionInitializationException(java.lang.String msg,
java.lang.Throwable t)
EncryptionInitializationException
public EncryptionInitializationException(java.lang.String msg)
Copyright © 2010 The JASYPT team. All Rights Reserved.