Uses of Class
org.jivesoftware.smackx.muc.MultiUserChatException
-
Packages that use MultiUserChatException Package Description org.jivesoftware.smackx.muc Classes and Interfaces that implement Multi-User Chat (MUC) as defined in XEP-0045. -
-
Uses of MultiUserChatException in org.jivesoftware.smackx.muc
Subclasses of MultiUserChatException in org.jivesoftware.smackx.muc Modifier and Type Class Description static classMultiUserChatException.MissingMucCreationAcknowledgeExceptionstatic classMultiUserChatException.MucAlreadyJoinedExceptionstatic classMultiUserChatException.MucConfigurationNotSupportedExceptionThrown if the MUC room does not support the requested configuration option.static classMultiUserChatException.MucNotJoinedExceptionThrown if the requested operation required the MUC to be joined by the client, while the client is currently joined.static classMultiUserChatException.NotAMucServiceExceptionThrown when trying to enter a MUC room that is not hosted a domain providing a MUC service.
-