break;
}
}
catch (InterruptedException e) {
e.printStackTrace();
throw new JobSchedulerException("thread processing interrupted", e);
}
catch (Exception e) {
e.printStackTrace();
throw new JobSchedulerException("thread processing interrupted", e);
}
}
}
}
}