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.
|
getParent, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ModuleInitializeException()
public ModuleInitializeException(String s, Exception e)
s - the messagee - the root exceptionpublic ModuleInitializeException(String s)
s - the exception messageCopyright © 2009-2012 jtstand.com. All Rights Reserved.