EOF on socket

pull/190/head
M66B 4 years ago
parent d961e7894e
commit 7b146ededa

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

Loading…
Cancel
Save