Class IntegrationErrorReceivedEventEntity


@Entity(name="IntegrationErrorReceivedEvent") public class IntegrationErrorReceivedEventEntity extends IntegrationEventEntity
  • Field Details

  • Constructor Details

    • IntegrationErrorReceivedEventEntity

      protected IntegrationErrorReceivedEventEntity()
    • IntegrationErrorReceivedEventEntity

      public IntegrationErrorReceivedEventEntity(org.activiti.cloud.api.process.model.events.CloudIntegrationErrorReceivedEvent event)
  • Method Details

    • 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:
      toString in class IntegrationEventEntity