Package rife.workflow
Class WorkErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.workflow.WorkErrorException
- All Implemented Interfaces:
Serializable
Reports the failure of
Work that was executing in a
Workflow.
The message describes which work failed and, in case the failure was
caused by missing continuations instrumentation, how you can resolve
that. The original exception that was thrown by the work is available
through Throwable.getCause().
- Since:
- 1.10
- See Also:
- API Note:
- The workflow engine is in a BETA STAGE and might still change.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WorkErrorException
-