Package org.jivesoftware.openfire.group
Class GroupNameInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.group.GroupNameInvalidException
- All Implemented Interfaces:
Serializable
Thrown when attempting to set or rename a group, passing an unacceptable name.
- Author:
- Dan Caseley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupNameInvalidException
(String message) GroupNameInvalidException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GroupNameInvalidException
public GroupNameInvalidException() -
GroupNameInvalidException
-
GroupNameInvalidException
-
GroupNameInvalidException
-