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

public static class SmackException.FeatureNotSupportedException extends SmackException
See Also:
  • Constructor Details

    • FeatureNotSupportedException

      public FeatureNotSupportedException(String feature)
    • FeatureNotSupportedException

      public FeatureNotSupportedException(String feature, org.jxmpp.jid.Jid jid)
  • Method Details

    • getFeature

      public 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