Class WorkItemException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WorkItemCreationException, WorkItemDeletionException, WorkItemNotFoundException, WorkItemRetrievalException, WorkItemUpdatingException

public class WorkItemException extends ProjectManagementException
Base exception for work items handling.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • WorkItemException

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

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