return;
} catch (Exception ex) {
SpagoBITracer.major(DossierConstants.NAME_MODULE, this.getClass().getName(),
"service", "Error while processin request", ex);
EMFUserError emfue = new EMFUserError(EMFErrorSeverity.ERROR, 100);
EMFInternalError internalError = new EMFInternalError(EMFErrorSeverity.ERROR, ex);
errorHandler.addError(internalError);
return;
} finally {
logger.debug("OUT");
}