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
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException
(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
getErrorCode, getErrorContext, setErrorCode, setErrorContext
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
-
-
Method Details
-
getErrorParameters
-
setErrorParameters
-