public class FlowableEntityExceptionEventImpl extends FlowableProcessEventImpl 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() |
getExecution
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExecutionId, getProcessDefinitionId, getProcessInstanceId
getType
public FlowableEntityExceptionEventImpl(Object entity, FlowableEngineEventType type, Throwable cause)
public Object getEntity()
getEntity
in interface FlowableEntityEvent
public Throwable getCause()
getCause
in interface FlowableExceptionEvent
Copyright © 2019 Flowable. All rights reserved.