Class IntegrationErrorImpl

  • All Implemented Interfaces:
    org.activiti.api.model.shared.model.ApplicationElement, org.activiti.cloud.api.model.shared.CloudRuntimeEntity, org.activiti.cloud.api.process.model.IntegrationError

    public class IntegrationErrorImpl
    extends org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
    implements org.activiti.cloud.api.process.model.IntegrationError
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegrationErrorImpl​(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest, java.lang.Throwable error)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getErrorClassName()  
      java.lang.String getErrorMessage()  
      org.activiti.api.process.model.IntegrationContext getIntegrationContext()  
      org.activiti.cloud.api.process.model.IntegrationRequest getIntegrationRequest()  
      java.util.List<java.lang.StackTraceElement> getStackTraceElements()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl

        getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setAppName, setServiceFullName, setServiceName, setServiceType, setServiceVersion
      • Methods inherited from class org.activiti.api.runtime.model.impl.ApplicationElementImpl

        getAppVersion, setAppVersion
      • 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

      • IntegrationErrorImpl

        public IntegrationErrorImpl​(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest,
                                    java.lang.Throwable error)
    • Method Detail

      • getIntegrationContext

        public org.activiti.api.process.model.IntegrationContext getIntegrationContext()
        Specified by:
        getIntegrationContext in interface org.activiti.cloud.api.process.model.IntegrationError
      • getIntegrationRequest

        public org.activiti.cloud.api.process.model.IntegrationRequest getIntegrationRequest()
        Specified by:
        getIntegrationRequest in interface org.activiti.cloud.api.process.model.IntegrationError
      • getStackTraceElements

        public java.util.List<java.lang.StackTraceElement> getStackTraceElements()
        Specified by:
        getStackTraceElements in interface org.activiti.cloud.api.process.model.IntegrationError
      • getErrorMessage

        public java.lang.String getErrorMessage()
        Specified by:
        getErrorMessage in interface org.activiti.cloud.api.process.model.IntegrationError
      • getErrorClassName

        public java.lang.String getErrorClassName()
        Specified by:
        getErrorClassName in interface org.activiti.cloud.api.process.model.IntegrationError
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl