Revision 37871 branches/v2_0_0_prep/applications/appCatalog/src/org/gvsig/catalog/drivers/IDiscoveryServiceDriver.java

View differences:

IDiscoveryServiceDriver.java
2 2

  
3 3
import java.net.URI;
4 4

  
5
import org.gvsig.catalog.exceptions.DiscoveryServiceException;
5 6
import org.gvsig.catalog.exceptions.NotSupportedProtocolException;
6
import org.gvsig.catalog.exceptions.NotSupportedVersionException;
7 7
import org.gvsig.catalog.querys.DiscoveryServiceQuery;
8 8
import org.gvsig.catalog.ui.search.SearchAditionalPropertiesPanel;
9 9
import org.gvsig.utils.swing.jcomboServer.ServerData;
......
65 65
	 * @return Node with the server answer.
66 66
	 * @param uri Server URI
67 67
	 */
68
	public DiscoveryServiceCapabilities getCapabilities(URI uri) throws NotSupportedVersionException;
68
	public DiscoveryServiceCapabilities getCapabilities(URI uri) throws DiscoveryServiceException;
69 69
	
70 70
	/**
71 71
	 * It have to prove if the specified protocol is supported.

Also available in: Unified diff