Multi thread AS search

This commit is contained in:
honfika@gmail.com
2016-12-24 18:52:09 +01:00
parent 40e31a5f99
commit 5f2ffd0089
18 changed files with 1277 additions and 789 deletions

View File

@@ -42,6 +42,10 @@ public class RetryTask {
} catch (InterruptedException ex) {
throw ex;
} catch (Exception ex) {
if (handler == null) {
throw ex;
}
switch (handler.handle(ex)) {
case AbortRetryIgnoreHandler.ABORT:
throw ex;