Class RoutingWorkItemNotFoundException

All Implemented Interfaces:
Serializable

public class RoutingWorkItemNotFoundException extends ExternalRoutingException
Signals that a specified RoutingWorkItem does not exist or could not be found.
Since:
11.29
See Also:
  • Field Details

    • itemId

      protected final String itemId
  • Constructor Details

    • RoutingWorkItemNotFoundException

      public RoutingWorkItemNotFoundException(String itemId)
      Parameters:
      itemId - the id of the RoutingWorkItem (which is saved for later retrieval by the getItemId() method)
      Since:
      11.29
    • RoutingWorkItemNotFoundException

      public RoutingWorkItemNotFoundException(String itemId, String message)
      Parameters:
      itemId - the id of the RoutingWorkItem (which is saved for later retrieval by the getItemId() method)
      message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      Since:
      11.29
  • Method Details

    • getItemId

      public String getItemId()
      Returns:
      the itemId
      Since:
      11.29
    • toString

      public String toString()
      Overrides:
      toString in class Throwable