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
public class ActivitiException extends RuntimeException
Runtime exception that is the superclass of all Activiti exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActivitiException(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
-
-