Consider interrupt as I/O error

pull/196/head
M66B 5 years ago
parent 96641c22fb
commit a600f779ad

@ -376,6 +376,7 @@ public class ConnectionHelper {
ex instanceof IOException ||
ex instanceof ConnectionException ||
ex instanceof AccountsException ||
ex instanceof InterruptedException ||
"EOF on socket".equals(ex.getMessage()) ||
"failed to connect".equals(ex.getMessage()))
return true;

Loading…
Cancel
Save