LOG.error("While registering quartz job for report " + report.getId(), e);
SyncopeClientCompositeErrorException sccee =
new SyncopeClientCompositeErrorException(HttpStatus.BAD_REQUEST);
SyncopeClientException sce = new SyncopeClientException(SyncopeClientExceptionType.Scheduling);
sce.addElement(e.getMessage());
sccee.addException(sce);
throw sccee;
}
auditManager.audit(Category.report, ReportSubCategory.update, Result.success,