Class RoutingWorkItemNotFoundException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String itemId  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getItemId()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • itemId

        protected final java.lang.String itemId
    • Constructor Detail

      • RoutingWorkItemNotFoundException

        public RoutingWorkItemNotFoundException​(java.lang.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​(java.lang.String itemId,
                                                java.lang.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 Detail

      • getItemId

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable