public class ModuleInitializeException extends StackableException
| Constructor and Description |
|---|
ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base
exception.
|
ModuleInitializeException(String s)
Creates a ModuleInitializeException with the given message and no base
exception.
|
ModuleInitializeException(String s,
Exception e)
Creates a ModuleInitializeException with the given message and base
exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic ModuleInitializeException()
public ModuleInitializeException(String s, Exception e)
s - the messagee - the root exceptionpublic ModuleInitializeException(String s)
s - the exception message