public class ActivitiEntityExceptionEventImpl extends ActivitiEventImpl implements FlowableEngineEntityEvent, FlowableExceptionEvent
FlowableEvent implementations, represents an exception occurred, 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,
FlowableEngineEventType type,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Object |
getEntity() |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeIdgetTypepublic ActivitiEntityExceptionEventImpl(Object entity, FlowableEngineEventType type, Throwable cause)
public Object getEntity()
getEntity in interface FlowableEntityEventpublic Throwable getCause()
getCause in interface FlowableExceptionEventCopyright © 2023 Flowable. All rights reserved.