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, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEngineServices, getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType
public ActivitiEntityExceptionEventImpl(Object entity, ActivitiEventType type, Throwable cause)
public Object getEntity()
getEntity
in interface ActivitiEntityEvent
public Throwable getCause()
getCause
in interface ActivitiExceptionEvent
Copyright © 2016 Alfresco. All rights reserved.