Class IntegrationErrorReceivedEventEntity
- java.lang.Object
-
- org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
-
- org.activiti.cloud.services.audit.jpa.events.IntegrationErrorReceivedEventEntity
-
@Entity(name="IntegrationErrorReceivedEvent") public class IntegrationErrorReceivedEventEntity extends IntegrationEventEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringINTEGRATION_ERROR_RECEIVED_EVENT
-
Constructor Summary
Constructors Constructor Description IntegrationErrorReceivedEventEntity(CloudIntegrationErrorReceivedEvent event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorClassName()StringgetErrorCode()StringgetErrorMessage()List<StackTraceElement>getStackTraceElements()voidsetErrorCode(String errorCode)voidsetErrorMessage(String errorMessage)voidsetStackTraceElements(List<StackTraceElement> stackTraceElements)StringtoString()-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.IntegrationEventEntity
getIntegrationContext
-
Methods inherited from class org.activiti.cloud.services.audit.jpa.events.AuditEventEntity
equals, getAppName, getAppVersion, getBusinessKey, getEntityId, getEventId, getEventType, getId, getMessageId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, getTimestamp, hashCode, setAppName, setAppVersion, setBusinessKey, setEntityId, setEventId, setEventType, setId, setMessageId, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessInstanceId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, setTimestamp
-
-
-
-
Field Detail
-
INTEGRATION_ERROR_RECEIVED_EVENT
protected static final String INTEGRATION_ERROR_RECEIVED_EVENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationErrorReceivedEventEntity
public IntegrationErrorReceivedEventEntity(CloudIntegrationErrorReceivedEvent event)
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
getErrorClassName
public String getErrorClassName()
-
getStackTraceElements
public List<StackTraceElement> getStackTraceElements()
-
setStackTraceElements
public void setStackTraceElements(List<StackTraceElement> stackTraceElements)
-
toString
public String toString()
- Overrides:
toStringin classIntegrationEventEntity
-
-