com.microsoft.tfs.core.clients.framework.location.exceptions
Class AccessPointIsMalformedURLException

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.clients.framework.location.exceptions.LocationException
                      extended by com.microsoft.tfs.core.clients.framework.location.exceptions.AccessPointIsMalformedURLException
All Implemented Interfaces:
java.io.Serializable

public class AccessPointIsMalformedURLException
extends LocationException

Thrown when the URL defined for a mapping's access point is malformed.

See Also:
Serialized Form

Constructor Summary
AccessPointIsMalformedURLException(java.lang.String accessPoint)
           
 
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

AccessPointIsMalformedURLException

public AccessPointIsMalformedURLException(java.lang.String accessPoint)


© 2015 Microsoft. All rights reserved.