throw new InvalidJobException("Job has been accpeted by a different instance!");
}
try {
if (recurrence != null) {
recurrence.incrementCurrentCount();
long next = recurrence.next();
createRecurrence(job, next);
}
} catch (GenericEntityException e) {
throw new RuntimeException(e.getMessage());