Class JobNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.flowable.common.engine.api.FlowableException
org.flowable.common.engine.api.FlowableObjectNotFoundException
org.flowable.job.api.JobNotFoundException
All Implemented Interfaces:
Serializable

public class JobNotFoundException extends org.flowable.common.engine.api.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()