public class ModuleInitializeException extends Exception
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,
Throwable e)
Creates a ModuleInitializeException with the given message and base
exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ModuleInitializeException()
public ModuleInitializeException(String s, Throwable e)
s
- the messagee
- the root exceptionpublic ModuleInitializeException(String s)
s
- the exception message