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,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
ConstructorsConstructorDescriptionIntegrationErrorImpl(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest, Throwable error) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected ThrowablefindRootCause(Throwable throwable) org.activiti.api.process.model.IntegrationContextorg.activiti.cloud.api.process.model.IntegrationRequestinthashCode()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
public IntegrationErrorImpl(org.activiti.cloud.api.process.model.IntegrationRequest integrationRequest, Throwable error)
-
-
Method Details
-
getIntegrationContext
public org.activiti.api.process.model.IntegrationContext getIntegrationContext()- Specified by:
getIntegrationContextin interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
getIntegrationRequest
public org.activiti.cloud.api.process.model.IntegrationRequest getIntegrationRequest()- Specified by:
getIntegrationRequestin interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
getStackTraceElements
- Specified by:
getStackTraceElementsin interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
getErrorClassName
- Specified by:
getErrorClassNamein interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
getErrorCode
- Specified by:
getErrorCodein interfaceorg.activiti.cloud.api.process.model.IntegrationError
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
-
equals
- Overrides:
equalsin classorg.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
-
toString
- Overrides:
toStringin classorg.activiti.cloud.api.model.shared.impl.CloudRuntimeEntityImpl
-
findRootCause
-