public class ModuleInitializeException
extends java.lang.Exception
Constructor and 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.
|
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