Module io.automatiko.engine.api
Class ServiceExecutionError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.automatiko.engine.api.workflow.workitem.WorkItemExecutionError
io.automatiko.engine.api.workflow.ServiceExecutionError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
HandledServiceExecutionError
- See Also:
-
Field Summary
Fields inherited from class io.automatiko.engine.api.workflow.workitem.WorkItemExecutionError
errorCode, errorData, errorDetails -
Constructor Summary
ConstructorsConstructorDescriptionServiceExecutionError(String errorCode) ServiceExecutionError(String errorCode, Object errorData) ServiceExecutionError(String errorCode, String errorDetails) ServiceExecutionError(String errorCode, String errorDetails, Object errorData) ServiceExecutionError(String message, String errorCode, String errorDetails) ServiceExecutionError(String message, String errorCode, String errorDetails, Object errorData) ServiceExecutionError(String message, String errorCode, String errorDetails, Throwable e) ServiceExecutionError(String errorCode, String errorDetails, Throwable e) ServiceExecutionError(String errorCode, Throwable e) -
Method Summary
Methods inherited from class io.automatiko.engine.api.workflow.workitem.WorkItemExecutionError
getErrorCode, getErrorData, getErrorDetails, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-
ServiceExecutionError
-