184185186187188189190191192193194
group.getName() + "' already exists"); } try { ldapGroup = new LDAPGroup(group.getName(), true); ldapGroup.update(true); } catch(Exception e) { throw new GroupException("Failed to create group '" + group.getName() + "'", e);
220221222223224225226227228229230