s/InterruptedException/InterruptedIOException/

(human)
This commit is contained in:
human
2004-04-20 15:43:04 +00:00
committed by zzz
parent 8038e1ee7d
commit 90350786e6
7 changed files with 9 additions and 19 deletions

View File

@@ -101,9 +101,6 @@ public class EepHandler {
} catch (IOException ex) {
_log.error("Error while handling eepsite request");
return written;
} catch (InterruptedException ex) {
_log.error("Error while handling eepsite request");
return written;
} catch (I2PException ex) {
_log.error("Error while handling eepsite request");
return written;