Package org.flowable.job.api
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:
-
Field Summary
Fields inherited from class org.flowable.common.engine.api.FlowableException
isLogged, reduceLogLevel
-
Constructor Summary
-
Method Summary
Methods inherited from class org.flowable.common.engine.api.FlowableObjectNotFoundException
getObjectClass
Methods inherited from class org.flowable.common.engine.api.FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevel
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobNotFoundException
-
-
Method Details
-
getJobId
-