Class RoutingWorkItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novomind.ecom.api.iagent.exception.ExternalRoutingException
com.novomind.ecom.api.iagent.exception.RoutingWorkItemNotFoundException
- All Implemented Interfaces:
Serializable
Signals that a specified
RoutingWorkItem
does not exist or could not be found.- Since:
- 11.29
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
itemId
-
-
Constructor Details
-
RoutingWorkItemNotFoundException
- Parameters:
itemId
- the id of theRoutingWorkItem
(which is saved for later retrieval by thegetItemId()
method)- Since:
- 11.29
-
RoutingWorkItemNotFoundException
- Parameters:
itemId
- the id of theRoutingWorkItem
(which is saved for later retrieval by thegetItemId()
method)message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method)- Since:
- 11.29
-
-
Method Details