Smack/core/src/main/java/org/jivesoftware/smack/packet
Florian Schmaus 4b56446e40 Introduce SmackException
SmackException (and it's subclasses) is for all errors/exceptions not
defined by any XMPP specification. XMPPException is now an abstract
class for all errors defined by the XMPP specifications.

Methods that involve an IQ exchange now either return the result, which
is obtained by IQ response, or they throw an XMPPErrorException if an IQ
error was the result of the IQ set/get. If there was no response from
the server within the default packet timeout, a NoResponseException will
be thrown.

XMPP SASL errors are now also reported accordingly.

SMACK-426
2014-03-14 01:46:42 +01:00
..
Bind.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
DefaultPacketExtension.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
IQ.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
Message.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
Packet.java Cleanup texts and comments 2014-03-09 11:20:32 +01:00
PacketExtension.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Presence.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
Registration.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
RosterPacket.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Session.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
StreamError.java Normalize newlines to '\n' 2014-02-17 23:58:40 +01:00
XMPPError.java Introduce SmackException 2014-03-14 01:46:42 +01:00
package.html Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00