167168169170171172173174175
{ roles = TurbineRolePeer.doSelect(criteria); } catch(Exception e) { throw new RoleException("Failed to retrieve roles ", e); } return roles.iterator(); }