public class BaseSystemNotInitializedException extends RuntimeException
| Constructor and Description |
|---|
BaseSystemNotInitializedException(Class<?> offender,
Class<?> affected)
Create a new BaseSystemNotInitializedException using the offending class that was not set and the
class that was affected.
|
BaseSystemNotInitializedException(String message)
Create a new BaseSystemNotInitializedException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BaseSystemNotInitializedException(String message)
message - the message to attach to the exceptionpublic BaseSystemNotInitializedException(Class<?> offender, Class<?> affected)
offender - The class or interface that was not properly initialized.affected - The class that was was affected by this missing initialization.Copyright © 2015. All rights reserved.