21222324252627
} if(system.groups.containsKey(name)){ return system.groups.get(name); } throw new GroupDoesNotExistsInPersistenceException(name); }