Class 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:
    Serialized Form
    • Constructor Detail

      • JobNotFoundException

        public JobNotFoundException​(String jobId)
    • Method Detail

      • getJobId

        public String getJobId()