Class GroupNameInvalidException

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

public class GroupNameInvalidException extends Exception
Thrown when attempting to set or rename a group, passing an unacceptable name.
Author:
Dan Caseley
See Also:
  • Constructor Details

    • GroupNameInvalidException

      public GroupNameInvalidException()
    • GroupNameInvalidException

      public GroupNameInvalidException(String message)
    • GroupNameInvalidException

      public GroupNameInvalidException(Throwable cause)
    • GroupNameInvalidException

      public GroupNameInvalidException(String message, Throwable cause)