Class RoutingWorkItemOperationException

All Implemented Interfaces:
Serializable

public class RoutingWorkItemOperationException extends ExternalRoutingException
Signals that an exception has occurred during an operation on a RoutingWorkItem.
Since:
11.29
See Also:
  • Field Details

    • itemId

      protected final String itemId
  • Constructor Details

    • RoutingWorkItemOperationException

      public RoutingWorkItemOperationException(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
    • RoutingWorkItemOperationException

      public RoutingWorkItemOperationException(String itemId, String message, Throwable cause)
      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)
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      Since:
      11.29
  • Method Details

    • getItemId

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

      public String toString()
      Overrides:
      toString in class Throwable