Uses of Class
com.microsoft.tfs.core.clients.workitem.exceptions.WorkItemException

Packages that use WorkItemException
com.microsoft.tfs.core.clients.workitem.exceptions   
com.microsoft.tfs.core.clients.workitem.files   
com.microsoft.tfs.core.clients.workitem.query   
 

Uses of WorkItemException in com.microsoft.tfs.core.clients.workitem.exceptions
 

Subclasses of WorkItemException in com.microsoft.tfs.core.clients.workitem.exceptions
 class DeniedOrNotExistException
          Class to describe access denied or item does not exist exceptions.
 class DuplicateBatchReadParameterException
          Class for a duplicate batch read parameter error.
 class FieldDefinitionNotExistException
          Class for an error when a field definition does not exist.
 class ItemAlreadyUpdatedOnServerException
          Class for an item already updated on server error.
 class UnableToSaveException
          Exception thrown when a work item cannot be saved.
 class UnauthorizedAccessException
          Exception thrown when the server denied access to a work item.
 class ValidationException
          Class to describe validation exceptions.
 class WorkItemLinkValidationException
          Class for an error that occurs during validation of a work item link.
 

Uses of WorkItemException in com.microsoft.tfs.core.clients.workitem.files
 

Subclasses of WorkItemException in com.microsoft.tfs.core.clients.workitem.files
 class DownloadException
          Exception thrown when a file attachment download fails.
 class FileAttachmentDownloadException
           
 

Uses of WorkItemException in com.microsoft.tfs.core.clients.workitem.query
 

Subclasses of WorkItemException in com.microsoft.tfs.core.clients.workitem.query
 class InvalidQueryTextException
           An Exception thrown to indicate invalid query text (WIQL) was passed to a method that required valid query text.
 class WIQDocumentParseException
          Exception thrown when a string cannot be parsed into a WIQDocument.
 



© 2015 Microsoft. All rights reserved.