Package org.imixs.workflow.exceptions
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.PluginException
- All Implemented Interfaces:
Serializable
A PluginException is thrown by an Imixs-Workflow plugin implementation.
- Author:
- rsoika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params
-
Constructor Summary
ConstructorDescriptionPluginException
(String aErrorContext, String aErrorCode, String message) PluginException
(String aErrorContext, String aErrorCode, String message, Exception e) PluginException
(String aErrorContext, String aErrorCode, String message, Object[] params) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParameters
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginException
-
PluginException
-
PluginException
-
PluginException
-