Class JobNotFoundException

All Implemented Interfaces:
Serializable

public class JobNotFoundException extends FlowableObjectNotFoundException
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..
Author:
Prabhat Tripathi
See Also:
  • Constructor Details

    • JobNotFoundException

      public JobNotFoundException(String jobId)
  • Method Details

    • getJobId

      public String getJobId()