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
public class GroupNameInvalidException extends Exception
Thrown when attempting to set or rename a group, passing an unacceptable name.- Author:
- Dan Caseley
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupNameInvalidException()
GroupNameInvalidException(String message)
GroupNameInvalidException(String message, Throwable cause)
GroupNameInvalidException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-