public class PluginException
extends org.carewebframework.api.FrameworkRuntimeException
Note that this is a runtime (unchecked) exception. Plugin exceptions are usually fatal; there is no reason for them to be checked.
| Constructor and Description |
|---|
PluginException(String msg)
Create a new PluginsException with the specified message.
|
PluginException(String msg,
Throwable cause,
String throwableContext,
Object... args)
Create a new PluginsException with the specified message and root cause.
|
equals, formatMessage, getErrorCode, getMessage, getThrowableContext, hashCodecontains, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginException(String msg)
msg - the detail messagepublic PluginException(String msg, Throwable cause, String throwableContext, Object... args)
msg - the detail messagecause - the root causethrowableContext - Additional context infoargs - Additional argumentsCopyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.