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
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 FlowableException
isLogged, reduceLogLevel -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class FlowableObjectNotFoundException
getObjectClassMethods inherited from class FlowableException
isLogged, isReduceLogLevel, setLogged, setReduceLogLevelMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobNotFoundException
-
-
Method Details
-
getJobId
-