Home
last modified time | relevance | path

Searched defs:XMPPException (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
DXMPPException.java43 public class XMPPException extends Exception { class
52 public XMPPException() { in XMPPException() method in XMPPException
61 public XMPPException(String message) { in XMPPException() method in XMPPException
71 public XMPPException(Throwable wrappedThrowable) { in XMPPException() method in XMPPException
83 public XMPPException(StreamError streamError) { in XMPPException() method in XMPPException
94 public XMPPException(XMPPError error) { in XMPPException() method in XMPPException
106 public XMPPException(String message, Throwable wrappedThrowable) { in XMPPException() method in XMPPException
119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) { in XMPPException() method in XMPPException
132 public XMPPException(String message, XMPPError error) { in XMPPException() method in XMPPException