com.microsoft.tfs.core.exceptions
Class TFSUnauthorizedException

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

public class TFSUnauthorizedException
extends TECoreException

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.

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

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

TFSUnauthorizedException

public TFSUnauthorizedException(com.microsoft.tfs.core.ws.runtime.exceptions.UnauthorizedException e)


© 2015 Microsoft. All rights reserved.