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, ActivitiOptimisticLockingException, ActivitiWrongDbException, BpmnError
public class ActivitiException
- extends RuntimeException
Runtime exception that is the superclass of all Activiti exceptions.
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ActivitiException
public ActivitiException(String message,
Throwable cause)
ActivitiException
public ActivitiException(String message)
Copyright © 2012 Alfresco. All Rights Reserved.