com.microsoft.tfs.core.config.webservice
Class UnknownWebServiceException

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

public class UnknownWebServiceException
extends TECoreException

Thrown by WebServiceFactory when the requested web service is unknown.

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

Constructor Summary
UnknownWebServiceException(java.lang.Class webServiceType)
           
 
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

UnknownWebServiceException

public UnknownWebServiceException(java.lang.Class webServiceType)


© 2015 Microsoft. All rights reserved.