Package org.activiti.engine
Class ActivitiObjectNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
org.activiti.engine.ActivitiObjectNotFoundException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JobNotFoundException
An exception indicating that the object that is required or actioned on does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivitiObjectNotFoundException(Class<?> objectClass) ActivitiObjectNotFoundException(String message) ActivitiObjectNotFoundException(String message, Class<?> objectClass) ActivitiObjectNotFoundException(String message, Class<?> objectClass, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivitiObjectNotFoundException
-
ActivitiObjectNotFoundException
-
ActivitiObjectNotFoundException
-
ActivitiObjectNotFoundException
-
-
Method Details
-
getObjectClass
The class of the object that was not found. Contains the interface-class of the activiti-object that was not found.
-