Class WorkItemNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class WorkItemNotFoundException
    extends WorkItemException
    Exception thrown when the retrieval of a work item has failed because it was not found.
    Since:
    1.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkItemNotFoundException

        public WorkItemNotFoundException​(String message)
        Parameters:
        message - the detail message for this exception.
      • WorkItemNotFoundException

        public WorkItemNotFoundException​(String message,
                                         Throwable throwable)
        Parameters:
        message - the detail message for this exception.
        throwable - the cause for this exception or null if none exists.