}
catch (EMFUserError e){
logger.error("Cannot fill response container" + e.getLocalizedMessage());
HashMap params = new HashMap();
params.put(AdmintoolsConstants.PAGE, ListDistributionListUserModule.MODULE_PAGE);
throw new EMFUserError(EMFErrorSeverity.ERROR, 9103, new Vector(), params);
}
catch (Exception ex) {
ex.printStackTrace();
logger.error("Cannot fill response container" ,ex);
throw new EMFUserError(EMFErrorSeverity.ERROR, 100);
}
response.setAttribute("loopback", "true");
}