Class GroupAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.group.GroupAlreadyExistsException
All Implemented Interfaces:
Serializable

public class GroupAlreadyExistsException extends Exception
Thrown when attempting to create a group that already exists.
Author:
Iain Shigeoka
See Also:
  • Constructor Details

    • GroupAlreadyExistsException

      public GroupAlreadyExistsException()
    • GroupAlreadyExistsException

      public GroupAlreadyExistsException(String message)
    • GroupAlreadyExistsException

      public GroupAlreadyExistsException(Throwable cause)
    • GroupAlreadyExistsException

      public GroupAlreadyExistsException(String message, Throwable cause)