Package org.activiti.engine
Class ActivitiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.activiti.engine.ActivitiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActivitiClassLoadingException,ActivitiIllegalArgumentException,ActivitiObjectNotFoundException,ActivitiOptimisticLockingException,ActivitiTaskAlreadyClaimedException,ActivitiWrongDbException,BpmnError
Runtime exception that is the superclass of all Activiti exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivitiException(String message) ActivitiException(String message, 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
-
ActivitiException
-
ActivitiException
-