org.pentaho.reporting.libraries.base.boot
public class ModuleInitializeException extends StackableException
Constructor Summary | |
---|---|
ModuleInitializeException()
Creates a ModuleInitializeException with no message and no base
exception. | |
ModuleInitializeException(String s, Exception e)
Creates a ModuleInitializeException with the given message and base
exception.
| |
ModuleInitializeException(String s)
Creates a ModuleInitializeException with the given message and no base
exception.
|
Parameters: s the message e the root exception
Parameters: s the exception message