Package rife.workflow

Class WorkErrorException

All Implemented Interfaces:
Serializable

public class WorkErrorException extends RuntimeException
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 Details

    • WorkErrorException

      public WorkErrorException(String message, Throwable cause)