org.jasypt.exceptions
Class AlreadyInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
Author:
Daniel Fernández
See Also:
Serialized Form

Constructor Summary
AlreadyInitializedException()
           
 
Method Summary
 
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
 

Constructor Detail

AlreadyInitializedException

public AlreadyInitializedException()


Copyright © 2010 The JASYPT team. All Rights Reserved.