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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.tfs.core.exceptions.TECoreException
                  extended by com.microsoft.tfs.core.exceptions.TEClientException
                      extended by com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActionDeniedBySubscriberException, AutoMergeDisallowedException, CannotRenameDueToChildConflictException, ChangeRequestValidationException, CheckinException, CheckinNoteNameValidationException, CorruptBaselineException, DestroyedContentUnavailableException, DownloadProxyException, FeatureNotSupportedException, InvalidPendingChangeTableException, InvalidQueuedEditsTableException, InvalidWorkspacePropertiesTableException, ItemNotFoundException, MappingConflictException, MappingException, MergeToolNotConfiguredException, MissingBaselineException, MultipleWorkspacesFoundException, OnlyOneWorkspaceException, PartialRenameConflictException, PolicyEvaluationCancelledException, PolicyLoaderException, PolicySerializationException, PreMergeFailedException, ReconcileBlockedByProjectRenameException, ReconcileFailedException, RepositoryPathTooLongException, ResourceAccessException, ShelveException, SymbolicLinkNotSupportedException, UnableToLoadLocalPropertiesTableException, UnableToLoadLocalVersionTableException, UnableToLoadPendingChangesTableException, UnshelveException, WorkspaceDeletedException, WorkspaceException, WorkspaceVersionTableException

public class VersionControlException
extends TEClientException

Base class for version control client exceptions.

See Also:
Serialized Form
Since:
TEE-SDK-10.1

Constructor Summary
VersionControlException()
           
VersionControlException(java.lang.String message)
           
VersionControlException(java.lang.String message, java.lang.Throwable cause)
           
VersionControlException(java.lang.Throwable cause)
           
 
Method Summary
 TeamFoundationServerExceptionProperties getProperties()
           
 void setProperties(TeamFoundationServerExceptionProperties properties)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VersionControlException

public VersionControlException()

VersionControlException

public VersionControlException(java.lang.String message,
                               java.lang.Throwable cause)

VersionControlException

public VersionControlException(java.lang.String message)

VersionControlException

public VersionControlException(java.lang.Throwable cause)
Method Detail

getProperties

public TeamFoundationServerExceptionProperties getProperties()

setProperties

public void setProperties(TeamFoundationServerExceptionProperties properties)


© 2015 Microsoft. All rights reserved.