public class BaseSystemNotInitializedException extends java.lang.RuntimeException
Constructor and Description |
---|
BaseSystemNotInitializedException(java.lang.Class<?> offender,
java.lang.Class<?> affected)
Create a new BaseSystemNotInitializedException using the offending class that was not set and
the class that was affected.
|
BaseSystemNotInitializedException(java.lang.String message)
Create a new BaseSystemNotInitializedException.
|
public BaseSystemNotInitializedException(java.lang.String message)
message
- the message to attach to the exceptionpublic BaseSystemNotInitializedException(java.lang.Class<?> offender, java.lang.Class<?> affected)
offender
- The class or interface that was not properly initialized.affected
- The class that was was affected by this missing initialization.