public class FlowableEntityExceptionEventImpl extends FlowableEventImpl 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 |
|---|
FlowableEntityExceptionEventImpl(Object entity,
FlowableEngineEventType type,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Object |
getEntity() |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetExecutionId, getProcessDefinitionId, getProcessInstanceIdgetTypepublic FlowableEntityExceptionEventImpl(Object entity, FlowableEngineEventType type, Throwable cause)
public Object getEntity()
getEntity in interface FlowableEntityEventpublic Throwable getCause()
getCause in interface FlowableExceptionEventCopyright © 2017 Flowable. All rights reserved.