Package org.imixs.workflow.exceptions
Class AdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.imixs.workflow.exceptions.WorkflowException
org.imixs.workflow.exceptions.AdapterException
- All Implemented Interfaces:
Serializable
An AdapterException is thrown by an Imixs-Workflow Adapter implementation
- Author:
- rsoika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext
-
Constructor Summary
ConstructorDescriptionAdapterException
(String aErrorContext, String aErrorCode, String message) AdapterException
(String aErrorContext, String aErrorCode, String message, Exception e) AdapterException
(String aErrorContext, String aErrorCode, String message, Object[] params) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.WorkflowException
formatErrorMessageWithParameters, 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
-
AdapterException
-
AdapterException
-
AdapterException
-
AdapterException
-
-
Method Details
-
getErrorParameters
- Overrides:
getErrorParameters
in classWorkflowException
-
setErrorParameters
- Overrides:
setErrorParameters
in classWorkflowException
-