Class 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:
    Serialized Form
    • Constructor Detail

      • 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)