Package org.activiti.engine
Class JobNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.activiti.engine.ActivitiException
-
- org.activiti.engine.ActivitiObjectNotFoundException
-
- org.activiti.engine.JobNotFoundException
-
- All Implemented Interfaces:
Serializable
public class JobNotFoundException extends ActivitiObjectNotFoundException
This exception is thrown when you try to execute a job that is not found (may be due to cancelActiviti="true" for instance)..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobNotFoundException(String jobId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetJobId()-
Methods inherited from class org.activiti.engine.ActivitiObjectNotFoundException
getObjectClass
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-