|
||||||||||
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.TFSUnauthorizedException
public class TFSUnauthorizedException
Thrown when a web service class was used and the HTTP connection was rejected
because of an authorization error. This exception is thrown instead of
UnauthorizedException
to add extra information and hide the
lower-level type.
Constructor Summary | |
---|---|
TFSUnauthorizedException(com.microsoft.tfs.core.ws.runtime.exceptions.UnauthorizedException e)
|
Method Summary |
---|
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 TFSUnauthorizedException(com.microsoft.tfs.core.ws.runtime.exceptions.UnauthorizedException e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |