public static class SmackException.FeatureNotSupportedException extends SmackException
SmackException.AlreadyLoggedInException, SmackException.ConnectionException, SmackException.FeatureNotSupportedException, SmackException.IllegalStateChangeException, SmackException.NoResponseException, SmackException.NotConnectedException, SmackException.NotLoggedInException, SmackException.ResourceBindingNotOfferedException, SmackException.SecurityRequiredException| Constructor and Description |
|---|
SmackException.FeatureNotSupportedException(String feature) |
SmackException.FeatureNotSupportedException(String feature,
String jid) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeature()
Get the feature which is not supported.
|
String |
getJid()
Get JID which does not support the feature.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SmackException.FeatureNotSupportedException(String feature)
public SmackException.FeatureNotSupportedException(String feature, String jid)
public String getFeature()