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 class
MultiUserChatException.MissingMucCreationAcknowledgeException
static class
MultiUserChatException.MucAlreadyJoinedException
static class
MultiUserChatException.MucConfigurationNotSupportedException
Thrown if the MUC room does not support the requested configuration option.static class
MultiUserChatException.MucNotJoinedException
Thrown if the requested operation required the MUC to be joined by the client, while the client is currently joined.static class
MultiUserChatException.NotAMucServiceException
Thrown when trying to enter a MUC room that is not hosted a domain providing a MUC service.
-