--- android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2009/10/20 10:26:50 450 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java 2009/10/20 10:32:19 451 @@ -145,7 +145,7 @@ if (conn != null) { conn.close(); } - } catch (Throwable t) {} + } catch (Exception t) {} } }