114115116117118119120121122
users.add(getUserFromResult(result)); } } catch (SQLException e) { // TODO Auto-generated catch block throw new DAOException(); } return users; }
139140141142143144145146
} } else { throw new UserNotFoundException(); } } catch (SQLException e) { throw new DAOException(); } }