Revision 38992 branches/v2_0_0_prep/libraries/libRemoteServices/src/org/gvsig/remoteclient/wms/WMSProtocolHandler.java

View differences:

WMSProtocolHandler.java
363 363
            }
364 364
			return f;
365 365
		} catch(IOException e) {
366
			e.printStackTrace();
367
            throw new ServerErrorException();
366
            throw new ServerErrorException(e.getMessage(), e);
368 367
		}
369 368
    }
370 369

  

Also available in: Unified diff