Class XMPPException.XMPPErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.XMPPException
org.jivesoftware.smack.XMPPException.XMPPErrorException
All Implemented Interfaces:
Serializable
Enclosing class:
XMPPException

An exception caused by an XMPP error stanza response on the protocol level. You can examine the underlying StanzaError by calling getStanzaError().
See Also: