Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smack/packet/
DXMPPError.java60 public class XMPPError { class
78 public XMPPError(Condition condition) { in XMPPError() method in XMPPError
93 public XMPPError(Condition condition, String messageText) { in XMPPError() method in XMPPError
104 public XMPPError(int code) { in XMPPError() method in XMPPError
117 public XMPPError(int code, String message) { in XMPPError() method in XMPPError
134 public XMPPError(int code, Type type, String condition, String message, in XMPPError() method in XMPPError