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