public class ActivitiEntityExceptionEventImpl extends ActivitiEventImpl implements ActivitiEntityEvent, ActivitiExceptionEvent
ActivitiEvent
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,
ActivitiEventType type,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
Object |
getEntity() |
getExecutionId, getProcessDefinitionId, getProcessInstanceId, getType, setExecutionId, setProcessDefinitionId, setProcessInstanceId, setType, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2017 Alfresco. All rights reserved.