public class ActivitiEntityExceptionEventImpl extends ActivitiEventImpl implements ActivitiEntityEvent, ActivitiExceptionEvent
ActivitiEvent implementations, represents an exception occured, related 
 to an entity.| Modifier and Type | Field and Description | 
|---|---|
protected Throwable | 
cause  | 
protected Object | 
entity  | 
executionId, processDefinitionId, processInstanceId, type| Constructor and Description | 
|---|
ActivitiEntityExceptionEventImpl(Object entity,
                                ActivitiEventType type,
                                Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
Throwable | 
getCause()  | 
Object | 
getEntity()  | 
getEngineServices, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEngineServices, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getTypepublic ActivitiEntityExceptionEventImpl(Object entity, ActivitiEventType type, Throwable cause)
public Object getEntity()
getEntity in interface ActivitiEntityEventpublic Throwable getCause()
getCause in interface ActivitiExceptionEventCopyright © 2017 Flowable. All rights reserved.