Revision 37871 branches/v2_0_0_prep/applications/appCatalog/src/org/gvsig/catalog/exceptions/NotSupportedProtocolException.java

View differences:

NotSupportedProtocolException.java
51 51
/**
52 52
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
53 53
 */
54
public class NotSupportedProtocolException extends Exception {
54
public class NotSupportedProtocolException extends DiscoveryServiceException {
55 55

  
56
    public NotSupportedProtocolException() {
57
        super();       
58
    }
59
    
56 60
	public NotSupportedProtocolException(Throwable cause) {
57 61
		super(cause);		
58 62
	}

Also available in: Unified diff