java.io.Serializable
public 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, wait
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toString
public 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