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

/external/smack/src/org/jivesoftware/smack/packet/
H A DXMPPError.java60 public class XMPPError { class
72 * new XMPPError(XMPPError.Condition.remote_server_timeout);
74 * new XMPPError(new XMPPError.Condition("my_own_error"));
78 public XMPPError(Condition condition) { method in class:XMPPError
86 * new XMPPError(XMPPError.Condition.remote_server_timeout, "Error Explanation");
88 * new XMPPError(new XMPPError
93 public XMPPError(Condition condition, String messageText) { method in class:XMPPError
104 public XMPPError(int code) { method in class:XMPPError
117 public XMPPError(int code, String message) { method in class:XMPPError
134 public XMPPError(int code, Type type, String condition, String message, method in class:XMPPError
[all...]

Completed in 83 milliseconds