390391392393394395396397398399400
throw new GroupException("Failed to Retrieve User: ", e); } try { user.removeGroup(groupName); user.update(false); } catch(Exception e) { throw new GroupException("Failed to add group info ", e);
424425426427428429430431432433434
391392393394395396397398399400401