Package org.imixs.workflow.exceptions
Class ProcessingErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.imixs.workflow.exceptions.InvalidAccessException
org.imixs.workflow.exceptions.ProcessingErrorException
- All Implemented Interfaces:
Serializable
An ProcessingErrorException is a RuntimeExcption thrown by the
workflowManager if an error occurs during the process method
- Author:
- rsoika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.exceptions.InvalidAccessException
errorCode, errorContext, INVALID_ID, INVALID_INDEX, OPERATION_NOTALLOWED
-
Constructor Summary
ConstructorDescriptionProcessingErrorException
(String aErrorCode, String message) ProcessingErrorException
(String aErrorContext, String aErrorCode, String message) ProcessingErrorException
(String aErrorContext, String aErrorCode, String message, Exception e) -
Method Summary
Methods inherited from class org.imixs.workflow.exceptions.InvalidAccessException
getErrorCode, getErrorContext, setErrorCode, setErrorContext
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_MODELVERSION
- See Also:
-
INVALID_WORKITEM
- See Also:
-
INVALID_PROCESSID
- See Also:
-
-
Constructor Details
-
ProcessingErrorException
-
ProcessingErrorException
-
ProcessingErrorException
-