Class CloudIntegrationErrorReceivedEventImpl

java.lang.Object
org.activiti.api.runtime.event.impl.RuntimeEventImpl<org.activiti.api.process.model.IntegrationContext,org.activiti.api.process.model.events.IntegrationEvent.IntegrationEvents>
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.CloudIntegrationEventImpl
org.activiti.cloud.api.process.model.impl.events.CloudIntegrationErrorReceivedEventImpl
All Implemented Interfaces:
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>, CloudIntegrationErrorReceivedEvent, CloudIntegrationEvent

public class CloudIntegrationErrorReceivedEventImpl extends CloudIntegrationEventImpl implements CloudIntegrationErrorReceivedEvent
See Also:
  • Constructor Details

    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl()
    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl(org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
    • CloudIntegrationErrorReceivedEventImpl

      public CloudIntegrationErrorReceivedEventImpl(String id, Long timestamp, org.activiti.api.process.model.IntegrationContext integrationContext, String errorCode, String errorMessage, String errorClassName, List<StackTraceElement> stackTraceElements)
  • Method Details