Class WorkItemRetrievalException

  • All Implemented Interfaces:
    Serializable

    public class WorkItemRetrievalException
    extends WorkItemException
    Exception thrown when the retrieval of a work item has failed due to various reasons.
    Since:
    1.0
    Version:
    $Id$
    See Also:
    Serialized Form
    • Constructor Detail

      • WorkItemRetrievalException

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

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