public class OpenmrsCoreModuleException extends ModuleMustStartException
Context#startup()
,
ModuleUtil.startup(java.util.Properties)
,
ModuleConstants.CORE_MODULES
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
OpenmrsCoreModuleException(Map<String,String> modules) |
OpenmrsCoreModuleException(String moduleId)
This constructor is used when a user tries to stop a core module.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getModules()
The module ids that caused this exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public OpenmrsCoreModuleException(String moduleId)
moduleId
- the module id that is trying to be stoppedCopyright © 2018 OpenMRS LLC.. All Rights Reserved.