|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.tfs.core.exceptions.TECoreException
com.microsoft.tfs.core.exceptions.TEClientException
com.microsoft.tfs.core.clients.versioncontrol.exceptions.VersionControlException
public class VersionControlException
Base class for version control client exceptions.
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 |
---|
public VersionControlException()
public VersionControlException(java.lang.String message, java.lang.Throwable cause)
public VersionControlException(java.lang.String message)
public VersionControlException(java.lang.Throwable cause)
Method Detail |
---|
public TeamFoundationServerExceptionProperties getProperties()
public void setProperties(TeamFoundationServerExceptionProperties properties)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |