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
public class AdapterException extends WorkflowException
An AdapterException is thrown by an Imixs-Workflow Adapter implementation- Author:
- rsoika
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.imixs.workflow.exceptions.WorkflowException
errorCode, errorContext
-
-
Constructor Summary
Constructors Constructor Description AdapterException(String aErrorContext, String aErrorCode, String message)
AdapterException(String aErrorContext, String aErrorCode, String message, Exception e)
AdapterException(String aErrorContext, String aErrorCode, String message, Object[] params)
AdapterException(PluginException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]
getErrorParameters()
protected void
setErrorParameters(Object[] aparams)
-
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 Detail
-
AdapterException
public AdapterException(String aErrorContext, String aErrorCode, String message, Exception e)
-
AdapterException
public AdapterException(String aErrorContext, String aErrorCode, String message, Object[] params)
-
AdapterException
public AdapterException(PluginException e)
-
-