cgl.narada.util
Class SystemNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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