com.microsoft.tfs.core.exceptions
Class HTTPProxyUnauthorizedException

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.HTTPProxyUnauthorizedException
All Implemented Interfaces:
java.io.Serializable

public class HTTPProxyUnauthorizedException
extends TECoreException

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.

See Also:
Serialized Form
Since:
TEE-SDK-10.1
Thread-safety:
thread-safe

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

HTTPProxyUnauthorizedException

public HTTPProxyUnauthorizedException(com.microsoft.tfs.core.ws.runtime.exceptions.ProxyUnauthorizedException e)


© 2015 Microsoft. All rights reserved.