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:
Serializable
- Enclosing class:
- SmackException
- See Also:
-
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.OutgoingQueueFullException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityNotPossibleException, SmackException.SecurityRequiredByClientException, SmackException.SecurityRequiredByServerException, SmackException.SecurityRequiredException, SmackException.SmackCertificateException, SmackException.SmackMessageException, SmackException.SmackSaslException, SmackException.SmackWrappedException -
Constructor Summary
ConstructorsConstructorDescriptionFeatureNotSupportedException(String feature) FeatureNotSupportedException(String feature, org.jxmpp.jid.Jid jid) -
Method Summary
Modifier and TypeMethodDescriptionGet the feature which is not supported.org.jxmpp.jid.JidgetJid()Get JID which does not support the feature.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeatureNotSupportedException
-
FeatureNotSupportedException
-
-
Method Details
-
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
-