Package org.jasypt.exceptions
Class AlreadyInitializedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jasypt.exceptions.AlreadyInitializedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class AlreadyInitializedException extends java.lang.RuntimeException
Exception thrown when an attempt is made to change the configuration of an entity once it has been initialized.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description AlreadyInitializedException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-