Smack/core/src/main/java/org/jivesoftware/smack/util
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
..
collections Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
dns Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
Base32Encoder.java Re-activate all ignored unit-tests 2014-03-10 22:41:34 +01:00
Base64.java Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
Base64Encoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Base64FileUrlEncoder.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
Cache.java Make JUL Loggers final (SMACK-536) 2014-02-26 22:00:27 +01:00
DNSUtil.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
FileUtils.java Reworked Smack initialization 2014-02-23 17:48:07 +01:00
ObservableReader.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
ObservableWriter.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
PacketParserUtils.java Introduce SmackException 2014-03-14 01:46:42 +01:00
ReaderListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
StringEncoder.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
StringUtils.java SMACK-541 Fix of XHTMLExtensionProvider on Android 2014-03-09 11:20:31 +01:00
WriterListener.java Activate checkstyle and add missing license headers 2014-02-17 20:09:55 +01:00
XmlUtils.java Remove the dependency on javax.xml.transform 2014-02-20 14:47:05 +01:00
XmppDateTime.java Fix all javadoc warnings 2014-03-10 21:58:12 +01:00
package.html Migrate from Ant to Gradle (SMACK-265) 2014-02-14 18:46:33 +01:00