cgl.narada.util
Class SystemNotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cgl.narada.util.SystemNotInitializedException
All Implemented Interfaces:
Serializable

public class SystemNotInitializedException
extends Exception

Thrown when the SystemInit.init() was not called atleast once from the JVM but tried accessing the parts of the init data

See Also:
Serialized Form

Constructor Summary
SystemNotInitializedException()
           
SystemNotInitializedException(String arg0)
           
SystemNotInitializedException(String arg0, Throwable arg1)
           
SystemNotInitializedException(Throwable arg0)
           
 
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

SystemNotInitializedException

public SystemNotInitializedException()

SystemNotInitializedException

public SystemNotInitializedException(String arg0)
Parameters:
arg0 -

SystemNotInitializedException

public SystemNotInitializedException(Throwable arg0)
Parameters:
arg0 -

SystemNotInitializedException

public SystemNotInitializedException(String arg0,
                                     Throwable arg1)
Parameters:
arg0 -
arg1 -


For comments and suggestions please send e-mail to The NaradaBrokering Project