// Default is to rollback unless the classifier
// allows us to continue
throw new RetryException("Non-skippable exception in recoverer while processing", e);
}
throw new BatchRuntimeException(e);
}
}
};
return batchRetryTemplate.execute(retryCallback, recoveryCallback);