Package org.jbpm.executor.commands
Class JobExecutionErrorCommand
- java.lang.Object
-
- org.jbpm.executor.commands.JobExecutionErrorCommand
-
- All Implemented Interfaces:
org.kie.api.executor.Command
public class JobExecutionErrorCommand extends Object implements org.kie.api.executor.Command
Simple command to throw runtime exception Just for testing purpose.
-
-
Constructor Summary
Constructors Constructor Description JobExecutionErrorCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.executor.ExecutionResults
execute(org.kie.api.executor.CommandContext ctx)
-