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

View differences:

ServerIsNotReadyException.java
52 52
 * This exception indicates that the server is not ready
53 53
 * @author Jorge Piera LLodr? (jorge.piera@iver.es)
54 54
 */
55
public class ServerIsNotReadyException extends Exception {
55
public class ServerIsNotReadyException extends DiscoveryServiceException {
56 56
	private static final long serialVersionUID = 397526568003318327L;
57 57

  
58 58
	public ServerIsNotReadyException(Throwable cause) {

Also available in: Unified diff