Class IntegrationErrorImpl
- java.lang.Object
-
- org.activiti.api.runtime.model.impl.ApplicationElementImpl
-
- org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
-
- org.activiti.cloud.api.process.model.impl.IntegrationErrorImpl
-
- All Implemented Interfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity,IntegrationError
public class IntegrationErrorImpl extends CloudRuntimeEntityImpl implements IntegrationError
-
-
Constructor Summary
Constructors Constructor Description IntegrationErrorImpl(IntegrationRequest integrationRequest, Throwable error)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetErrorClassName()StringgetErrorMessage()org.activiti.api.process.model.IntegrationContextgetIntegrationContext()IntegrationRequestgetIntegrationRequest()List<StackTraceElement>getStackTraceElements()inthashCode()StringtoString()-
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
-
-
-
-
Constructor Detail
-
IntegrationErrorImpl
public IntegrationErrorImpl(IntegrationRequest integrationRequest, Throwable error)
-
-
Method Detail
-
getIntegrationContext
public org.activiti.api.process.model.IntegrationContext getIntegrationContext()
- Specified by:
getIntegrationContextin interfaceIntegrationError
-
getIntegrationRequest
public IntegrationRequest getIntegrationRequest()
- Specified by:
getIntegrationRequestin interfaceIntegrationError
-
getStackTraceElements
public List<StackTraceElement> getStackTraceElements()
- Specified by:
getStackTraceElementsin interfaceIntegrationError
-
getErrorMessage
public String getErrorMessage()
- Specified by:
getErrorMessagein interfaceIntegrationError
-
getErrorClassName
public String getErrorClassName()
- Specified by:
getErrorClassNamein interfaceIntegrationError
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCloudRuntimeEntityImpl
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classCloudRuntimeEntityImpl
-
toString
public String toString()
- Overrides:
toStringin classCloudRuntimeEntityImpl
-
-