Package org.imixs.workflow.exceptions
Klasse PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.PluginException
- Alle implementierten Schnittstellen:
Serializable
A PluginException is thrown by an Imixs-Workflow plugin implementation.
- Autor:
- rsoika
- Siehe auch:
-
Feldübersicht
Von Klasse geerbte Felder org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext, params -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungPluginException(String aErrorContext, String aErrorCode, String message) PluginException(String aErrorContext, String aErrorCode, String message, Exception e) PluginException(String aErrorContext, String aErrorCode, String message, Object[] params) -
Methodenübersicht
Von Klasse geerbte Methoden org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, getErrorCode, getErrorContext, getErrorParameters, setErrorCode, setErrorContext, setErrorParametersVon Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
PluginException
-
PluginException
-
PluginException
-
PluginException
-