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
public class WorkItemExecutionError extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkItemExecutionError(String errorCode)WorkItemExecutionError(String errorCode, Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-