Class WorkItemDeletionException

All Implemented Interfaces:
Serializable

public class WorkItemDeletionException extends WorkItemException
Exception thrown when the deletion of a work item has failed.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • WorkItemDeletionException

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

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