197198199200201202203
} catch (LdapDAOException e) { this.log.debug("Failed to find group: " + groupId, e); } } throw new NoSuchLdapGroupException(groupId, groupId); }
6768697071727374
if (groupIds.contains(groupId)) { return groupId; } else { throw new NoSuchLdapGroupException(groupId, groupId); } }