Class MultiUserChatException.NotAMucServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.SmackException
org.jivesoftware.smackx.muc.MultiUserChatException
org.jivesoftware.smackx.muc.MultiUserChatException.NotAMucServiceException
All Implemented Interfaces:
Serializable
Enclosing class:
MultiUserChatException

public static class MultiUserChatException.NotAMucServiceException extends MultiUserChatException
Thrown when trying to enter a MUC room that is not hosted a domain providing a MUC service. Try MultiUserChatManager.getMucServiceDomains() for a list of client-local domains providing a MUC service.
See Also: