/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/DepartureServlet.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 461 by torben, Tue Oct 20 20:59:38 2009 UTC revision 462 by torben, Wed Oct 21 08:43:45 2009 UTC
# Line 56  public class DepartureServlet extends Ht Line 56  public class DepartureServlet extends Ht
56    
57                  try {                  try {
58                          beans = fetcher.cachedLookupDepartures(station);                          beans = fetcher.cachedLookupDepartures(station);
59                  } catch (java.net.SocketTimeoutException ste) {                  } catch (java.io.IOException ioe) {
60                          logger.warning("Read timed out, station="+station);                          logger.warning("Read failed, station="+station + ". " + ioe.getMessage() );
61                          resp.sendError(500);                          resp.sendError(500);
62                          return;                          return;
63                  } catch (CircuitBreakerException cbe) {                  } catch (CircuitBreakerException cbe) {

Legend:
Removed from v.461  
changed lines
  Added in v.462

  ViewVC Help
Powered by ViewVC 1.1.20