Class CloudIntegrationErrorReceivedEventImpl
- java.lang.Object
-
- org.activiti.api.runtime.event.impl.RuntimeEventImpl<ENTITY_TYPE,EVENT_TYPE>
-
- org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
-
- org.activiti.cloud.api.process.model.impl.events.CloudIntegrationErrorReceivedEventImpl
-
- All Implemented Interfaces:
java.io.Serializable,org.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>,org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity,org.activiti.cloud.api.model.shared.events.CloudRuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>,org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent,org.activiti.cloud.api.process.model.events.CloudIntegrationEvent
public class CloudIntegrationErrorReceivedEventImpl extends org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents> implements org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CloudIntegrationErrorReceivedEventImpl()CloudIntegrationErrorReceivedEventImpl(org.activiti.api.process.model.IntegrationContext integrationContext, java.lang.String errorMessage, java.lang.String errorClassName, java.util.List<java.lang.StackTraceElement> stackTraceElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetErrorClassName()java.lang.StringgetErrorMessage()org.activiti.api.process.model.events.IntegrationEvent.IntegrationEventsgetEventType()java.util.List<java.lang.StackTraceElement>getStackTraceElements()-
Methods inherited from class org.activiti.cloud.api.model.shared.impl.events.CloudRuntimeEventImpl
equals, getAppName, getAppVersion, getEntityId, getMessageId, getSequenceNumber, getServiceFullName, getServiceName, getServiceType, getServiceVersion, hashCode, setAppName, setAppVersion, setEntityId, setMessageId, setSequenceNumber, setServiceFullName, setServiceName, setServiceType, setServiceVersion, toString
-
Methods inherited from class org.activiti.api.runtime.event.impl.RuntimeEventImpl
getBusinessKey, getEntity, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp, setBusinessKey, setEntity, setParentProcessInstanceId, setProcessDefinitionId, setProcessDefinitionKey, setProcessDefinitionVersion, setProcessInstanceId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersion
-
Methods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
-
-
-
Constructor Detail
-
CloudIntegrationErrorReceivedEventImpl
public CloudIntegrationErrorReceivedEventImpl()
-
CloudIntegrationErrorReceivedEventImpl
public CloudIntegrationErrorReceivedEventImpl(org.activiti.api.process.model.IntegrationContext integrationContext, java.lang.String errorMessage, java.lang.String errorClassName, java.util.List<java.lang.StackTraceElement> stackTraceElements)
-
-
Method Detail
-
getEventType
public org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents getEventType()
- Specified by:
getEventTypein interfaceorg.activiti.api.model.shared.event.RuntimeEvent<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
-
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessagein interfaceorg.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
-
getErrorClassName
public java.lang.String getErrorClassName()
- Specified by:
getErrorClassNamein interfaceorg.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
-
getStackTraceElements
public java.util.List<java.lang.StackTraceElement> getStackTraceElements()
- Specified by:
getStackTraceElementsin interfaceorg.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent
-
-