Package com.microsoft.tfs.core.clients.versioncontrol.exceptions

Class Summary
TeamFoundationServerExceptionProperties A set of properties returned by various TFS exceptions.
 

Exception Summary
ActionDeniedBySubscriberException Models a server ActionDeniedBySubscriberException exception and its associated property bag.
AutoMergeDisallowedException  
CannotRenameDueToChildConflictException  
ChangeRequestValidationException Thrown when construction of an ChangeRequest fails a validation check of the target item.
CheckinException An exception thrown when a checkin fails.
CheckinNoteNameValidationException Exception is thrown when a checkin note is provided that is not valid.
CorruptBaselineException Exception raised when a corrupt local workspace baseline file.
DestroyedContentUnavailableException An exception thrown when an item's content has been destroyed.
DownloadProxyException Thrown when a download via download proxy fails, but does not leave core.
FeatureNotSupportedException FeatureNotSupportedException is thrown by version control classes when a required feature is not supported by a Team Foundation server.
GatedCheckinException Exception thrown when the server rejects a check-in because a gated build definition convers one or more of the pending changes.
InvalidPendingChangeTableException  
InvalidQueuedEditsTableException  
InvalidWorkspacePropertiesTableException  
ItemCloakedException An exception thrown when a path is cloaked.
ItemNotFoundException An exception thrown when an item cannot be found in your workspace or in the server.
ItemNotMappedException An exception thrown when a path is not mapped to a working folder.
LocalPathFormatException Thrown when a local path string is invalid for use as a mapped TFS item.
MappingConflictException An exception thrown when working folder mappings conflict internally (one mapping is incompatible with another in the same set) or externally (the mappings conflict with another set).
MappingException  
MergeToolNotConfiguredException Exception thrown when an item is to be merged with an external merge tool but no tool is configured for the item's extension (or other identifying characteristic).
MissingBaselineException Local workspace baseline file missing exception.
MultipleWorkspacesFoundException An exception thrown when multiple workspaces that match search criteria are found in the workspace cache.
OnlyOneWorkspaceException Exception thrown when items in multiple workspaces are passed to a method which can only operate on items in a single workspace.
PartialRenameConflictException  
PathTooLongException Thrown when a server or local path string is too long to be used with TFS version control.
PreMergeFailedException Exception thrown when the pre-merge process fails.
ReconcileBlockedByProjectRenameException  
ReconcileFailedException  
RepositoryPathTooLongException  
ResourceAccessException  
ServerPathFormatException Thrown when a TFS repository server path format is invalid.
ShelveException An exception thrown when a shelve operation fails.
SymbolicLinkNotSupportedException An exception thrown when a change is pended on a symbolic link.
UnableToLoadLocalPropertiesTableException Thrown when a local workspace properties table cannot be loaded.
UnableToLoadLocalVersionTableException Thrown when a local workspace version table cannot be loaded.
UnableToLoadPendingChangesTableException Thrown when a local workspace pending changes table cannot be loaded.
UnshelveException An exception thrown when an unshelve operation fails.
VersionControlException Base class for version control client exceptions.
WorkspaceDeletedException Thrown when a workspace is accessed after it has been deleted.
WorkspaceException  
WorkspaceNotFoundException  
WorkspaceVersionTableException  
 



© 2015 Microsoft. All rights reserved.