}
});
} catch (DataAccessException e) {
log("Impossibile Generare Numero Articolo Custom dalla SQ_MOVCONT_" + legalEntity + "_" + organizationUnit);
log("Impossibile Generare Numero Articolo Custom " + e);
throw new ImpossibileGenerareNumeroArticoloCustomException();
}
return execute;
}