org.activiti.engine
类 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
- 所有已实现的接口:
- 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)..
- 作者:
- Prabhat Tripathi
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobNotFoundException
public JobNotFoundException(String jobId)
getJobId
public String getJobId()
Copyright © 2013 Alfresco. All rights reserved.