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

View differences:

NotSupportedVersionException.java
48 48
/**
49 49
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
50 50
 */
51
public class NotSupportedVersionException extends Exception{
51
public class NotSupportedVersionException extends DiscoveryServiceException{
52 52
	
53 53
	public NotSupportedVersionException(Throwable cause) {
54 54
		super(cause);		

Also available in: Unified diff