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