public abstract class MultiUserChatException extends 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.
|
SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.FeatureNotSupportedException, SmackException.IllegalStateChangeException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException
Modifier | Constructor and Description |
---|---|
protected |
MultiUserChatException() |
protected |
MultiUserChatException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected MultiUserChatException()
protected MultiUserChatException(String message)