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
-
Constructor Summary
ConstructorsConstructorDescriptionIntegrationErrorImpl(IntegrationRequest integrationRequest, Throwable error) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected ThrowablefindRootCause(Throwable throwable) org.activiti.api.process.model.IntegrationContextinthashCode()toString()Methods inherited from class org.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion, setAppName, setServiceFullName, setServiceName, setServiceType, setServiceVersionMethods inherited from class org.activiti.api.runtime.model.impl.ApplicationElementImpl
getAppVersion, setAppVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersion
-
Constructor Details
-
IntegrationErrorImpl
-
-
Method Details
-
getIntegrationContext
public org.activiti.api.process.model.IntegrationContext getIntegrationContext()- Specified by:
getIntegrationContextin interfaceIntegrationError
-
getIntegrationRequest
- Specified by:
getIntegrationRequestin interfaceIntegrationError
-
getStackTraceElements
- Specified by:
getStackTraceElementsin interfaceIntegrationError
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceIntegrationError
-
getErrorClassName
- Specified by:
getErrorClassNamein interfaceIntegrationError
-
getErrorCode
- Specified by:
getErrorCodein interfaceIntegrationError
-
hashCode
public int hashCode()- Overrides:
hashCodein classCloudRuntimeEntityImpl
-
equals
- Overrides:
equalsin classCloudRuntimeEntityImpl
-
toString
- Overrides:
toStringin classCloudRuntimeEntityImpl
-
findRootCause
-