Interface IntegrationError
-
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,org.activiti.cloud.api.model.shared.CloudRuntimeEntity
public interface IntegrationError extends org.activiti.cloud.api.model.shared.CloudRuntimeEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorClassName()java.lang.StringgetErrorMessage()org.activiti.api.process.model.IntegrationContextgetIntegrationContext()IntegrationRequestgetIntegrationRequest()java.util.List<java.lang.StackTraceElement>getStackTraceElements()
-
-
-
Method Detail
-
getIntegrationContext
org.activiti.api.process.model.IntegrationContext getIntegrationContext()
-
getIntegrationRequest
IntegrationRequest getIntegrationRequest()
-
getStackTraceElements
java.util.List<java.lang.StackTraceElement> getStackTraceElements()
-
getErrorMessage
java.lang.String getErrorMessage()
-
getErrorClassName
java.lang.String getErrorClassName()
-
-