Package org.jivesoftware.smack
Class SmackException.FeatureNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.smack.SmackException
-
- org.jivesoftware.smack.SmackException.FeatureNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SmackException
public static class SmackException.FeatureNotSupportedException extends SmackException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.SmackException
SmackException.AlreadyConnectedException, SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.EndpointConnectionException, SmackException.FeatureNotSupportedException, SmackException.GenericConnectionException, SmackException.IllegalStateChangeException, SmackException.NoEndpointsDiscoveredException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException
-
-
Constructor Summary
Constructors Constructor Description FeatureNotSupportedException(java.lang.String feature)
FeatureNotSupportedException(java.lang.String feature, org.jxmpp.jid.Jid jid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFeature()
Get the feature which is not supported.org.jxmpp.jid.Jid
getJid()
Get JID which does not support the feature.
-
-
-
Method Detail
-
getFeature
public java.lang.String getFeature()
Get the feature which is not supported.- Returns:
- the feature which is not supported
-
getJid
public org.jxmpp.jid.Jid getJid()
Get JID which does not support the feature. The JID can be null in cases when there are multiple JIDs queried for this feature.- Returns:
- the JID which does not support the feature, or null
-
-