Class 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 Detail

      • JobExecutionErrorCommand

        public JobExecutionErrorCommand()
    • Method Detail

      • execute

        public org.kie.api.executor.ExecutionResults execute​(org.kie.api.executor.CommandContext ctx)
        Specified by:
        execute in interface org.kie.api.executor.Command