edu.ntnu.item.jt.system.errors
Class AlreadyInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ntnu.item.jt.system.errors.AlreadyInitializedException
All Implemented Interfaces:
Serializable

public class AlreadyInitializedException
extends Exception

Signifies that some entity has already been initialized (typically a singleton).

Author:
Jøran Vagnby Lillesand
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()