public static Configuration getReturnConfiguration() { try { return(ConfigurationDAO.getReturnConfiguration()); } catch (Exception ex) { throw new Exception("Impossible de retourner le fichier", ex); } }