Uses of Class
org.jivesoftware.openfire.group.GroupAlreadyExistsException
-
Packages that use GroupAlreadyExistsException Package Description org.jivesoftware.openfire.group Groups, which are used to organize users together. -
-
Uses of GroupAlreadyExistsException in org.jivesoftware.openfire.group
Methods in org.jivesoftware.openfire.group that throw GroupAlreadyExistsException Modifier and Type Method Description GroupAbstractGroupProvider. createGroup(String name)GroupGroupManager. createGroup(String name)Factory method for creating a new Group.GroupGroupProvider. createGroup(String name)Creates a group with the given name (optional operation).voidAbstractGroupProvider. setName(String oldName, String newName)voidDefaultGroupProvider. setName(String oldName, String newName)voidGroupProvider. setName(String oldName, String newName)Sets the name of a group to a new name.
-