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

/external/smack/src/org/jivesoftware/smack/
H A DXMPPException.java37 * is sent to the client an XMPPException will be thrown containing the StreamError sent
43 public class XMPPException extends Exception { class in inherits:Exception
50 * Creates a new XMPPException.
52 public XMPPException() { method in class:XMPPException
57 * Creates a new XMPPException with a description of the exception.
61 public XMPPException(String message) { method in class:XMPPException
66 * Creates a new XMPPException with the Throwable that was the root cause of the
71 public XMPPException(Throwable wrappedThrowable) { method in class:XMPPException
77 * Cretaes a new XMPPException with the stream error that was the root case of the
83 public XMPPException(StreamErro method in class:XMPPException
94 public XMPPException(XMPPError error) { method in class:XMPPException
106 public XMPPException(String message, Throwable wrappedThrowable) { method in class:XMPPException
119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) { method in class:XMPPException
132 public XMPPException(String message, XMPPError error) { method in class:XMPPException
[all...]

Completed in 62 milliseconds