Package org.jivesoftware.openfire
Class SharedGroupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.SharedGroupException
-
- All Implemented Interfaces:
Serializable
public class SharedGroupException extends Exception
Thrown when a a user is trying to add or remove a contact from his/her roster that belongs to a shared group.- Author:
- Gaston Dombiak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SharedGroupException()
SharedGroupException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SharedGroupException
public SharedGroupException()
-
SharedGroupException
public SharedGroupException(String msg)
-
-