public abstract class MultiUserChatException
extends org.jivesoftware.smack.SmackException
Modifier and Type | Class and 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.
|
org.jivesoftware.smack.SmackException.AlreadyConnectedException, org.jivesoftware.smack.SmackException.AlreadyLoggedInException, org.jivesoftware.smack.SmackException.ConnectionException, org.jivesoftware.smack.SmackException.FeatureNotSupportedException, org.jivesoftware.smack.SmackException.IllegalStateChangeException, org.jivesoftware.smack.SmackException.NoResponseException, org.jivesoftware.smack.SmackException.NotConnectedException, org.jivesoftware.smack.SmackException.NotLoggedInException, org.jivesoftware.smack.SmackException.ResourceBindingNotOfferedException, org.jivesoftware.smack.SmackException.SecurityNotPossibleException, org.jivesoftware.smack.SmackException.SecurityRequiredByClientException, org.jivesoftware.smack.SmackException.SecurityRequiredByServerException, org.jivesoftware.smack.SmackException.SecurityRequiredException
Modifier | Constructor and Description |
---|---|
protected |
MultiUserChatException() |
protected |
MultiUserChatException(java.lang.String message) |