Uses of Class
com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException

Packages that use VersionControlException
com.microsoft.tfs.core.checkinpolicies   
com.microsoft.tfs.core.clients.versioncontrol.exceptions   
 

Uses of VersionControlException in com.microsoft.tfs.core.checkinpolicies
 

Subclasses of VersionControlException in com.microsoft.tfs.core.checkinpolicies
 class PolicyEvaluationCancelledException
           Thrown when check-in policy validation fails because the user cancelled the evaluation.
 class PolicyLoaderException
           Thrown when a PolicyLoader encounters a problem.
 class PolicySerializationException
           Thrown when a PolicyDefinition encounters a problem saving to or loading from a Memento.
 

Uses of VersionControlException in com.microsoft.tfs.core.clients.versioncontrol.exceptions
 

Subclasses of VersionControlException in com.microsoft.tfs.core.clients.versioncontrol.exceptions
 class ActionDeniedBySubscriberException
          Models a server ActionDeniedBySubscriberException exception and its associated property bag.
 class AutoMergeDisallowedException
           
 class CannotRenameDueToChildConflictException
           
 class ChangeRequestValidationException
          Thrown when construction of an ChangeRequest fails a validation check of the target item.
 class CheckinException
          An exception thrown when a checkin fails.
 class CheckinNoteNameValidationException
          Exception is thrown when a checkin note is provided that is not valid.
 class CorruptBaselineException
          Exception raised when a corrupt local workspace baseline file.
 class DestroyedContentUnavailableException
          An exception thrown when an item's content has been destroyed.
 class DownloadProxyException
          Thrown when a download via download proxy fails, but does not leave core.
 class FeatureNotSupportedException
          FeatureNotSupportedException is thrown by version control classes when a required feature is not supported by a Team Foundation server.
 class GatedCheckinException
          Exception thrown when the server rejects a check-in because a gated build definition convers one or more of the pending changes.
 class InvalidPendingChangeTableException
           
 class InvalidQueuedEditsTableException
           
 class InvalidWorkspacePropertiesTableException
           
 class ItemCloakedException
          An exception thrown when a path is cloaked.
 class ItemNotFoundException
          An exception thrown when an item cannot be found in your workspace or in the server.
 class ItemNotMappedException
          An exception thrown when a path is not mapped to a working folder.
 class 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).
 class MappingException
           
 class 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).
 class MissingBaselineException
          Local workspace baseline file missing exception.
 class MultipleWorkspacesFoundException
          An exception thrown when multiple workspaces that match search criteria are found in the workspace cache.
 class OnlyOneWorkspaceException
          Exception thrown when items in multiple workspaces are passed to a method which can only operate on items in a single workspace.
 class PartialRenameConflictException
           
 class PreMergeFailedException
          Exception thrown when the pre-merge process fails.
 class ReconcileBlockedByProjectRenameException
           
 class ReconcileFailedException
           
 class RepositoryPathTooLongException
           
 class ResourceAccessException
           
 class ShelveException
          An exception thrown when a shelve operation fails.
 class SymbolicLinkNotSupportedException
          An exception thrown when a change is pended on a symbolic link.
 class UnableToLoadLocalPropertiesTableException
          Thrown when a local workspace properties table cannot be loaded.
 class UnableToLoadLocalVersionTableException
          Thrown when a local workspace version table cannot be loaded.
 class UnableToLoadPendingChangesTableException
          Thrown when a local workspace pending changes table cannot be loaded.
 class UnshelveException
          An exception thrown when an unshelve operation fails.
 class WorkspaceDeletedException
          Thrown when a workspace is accessed after it has been deleted.
 class WorkspaceException
           
 class WorkspaceNotFoundException
           
 class WorkspaceVersionTableException
           
 



© 2015 Microsoft. All rights reserved.