Class WorkItemUpdatingException

All Implemented Interfaces:
Serializable

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

    • WorkItemUpdatingException

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

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