java.io.Serializablepublic class ModuleInitializeException extends StackableException
| Constructor | Description |
|---|---|
ModuleInitializeException() |
Creates a ModuleInitializeException with no message and no base
exception.
|
ModuleInitializeException(java.lang.String s) |
Creates a ModuleInitializeException with the given message and no base
exception.
|
ModuleInitializeException(java.lang.String s,
java.lang.Exception e) |
Creates a ModuleInitializeException with the given message and base
exception.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringpublic ModuleInitializeException()
public ModuleInitializeException(java.lang.String s,
java.lang.Exception e)
s - the messagee - the root exceptionpublic ModuleInitializeException(java.lang.String s)
s - the exception message