public class ModuleActivationException extends ModuleException
theModuleMeta| Constructor and Description |
|---|
ModuleActivationException(ModuleMeta meta,
String msg)
Constructor.
|
ModuleActivationException(ModuleMeta meta,
String msg,
Throwable org)
Constructor.
|
ModuleActivationException(ModuleMeta meta,
Throwable org)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
For debugging.
|
getModuleMetaaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ModuleActivationException(ModuleMeta meta, Throwable org)
meta - the ModuleMeta for the Module whose activation failed.org - the Throwable that was the cause of this ModuleActivationExceptionpublic ModuleActivationException(ModuleMeta meta, String msg)
meta - the ModuleMeta for the Module whose activation failed.msg - a message explaining the cause of this ModuleActivationExceptionpublic ModuleActivationException(ModuleMeta meta, String msg, Throwable org)
meta - the ModuleMeta for the Module whose activation failed.msg - a message explaining the cause of this ModuleActivationExceptionorg - the Throwable that was the cause of this ModuleActivationExceptionCopyright © 2018. All rights reserved.