Class WorkItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.automatiko.engine.api.runtime.process.WorkItemNotFoundException
-
- All Implemented Interfaces:
Serializable
public class WorkItemNotFoundException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkItemNotFoundException(String message, String workItemId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetWorkItemId()voidsetWorkItemId(String workItemId)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-