Searched defs:XMPPException (Results 1 – 1 of 1) sorted by relevance
43 public class XMPPException extends Exception { class52 public XMPPException() { in XMPPException() method in XMPPException61 public XMPPException(String message) { in XMPPException() method in XMPPException71 public XMPPException(Throwable wrappedThrowable) { in XMPPException() method in XMPPException83 public XMPPException(StreamError streamError) { in XMPPException() method in XMPPException94 public XMPPException(XMPPError error) { in XMPPException() method in XMPPException106 public XMPPException(String message, Throwable wrappedThrowable) { in XMPPException() method in XMPPException119 public XMPPException(String message, XMPPError error, Throwable wrappedThrowable) { in XMPPException() method in XMPPException132 public XMPPException(String message, XMPPError error) { in XMPPException() method in XMPPException