public class XMPPError extends XMPPPacket
| Modifier and Type | Class and Description |
|---|---|
static class |
XMPPError.StreamError |
| Modifier and Type | Method and Description |
|---|---|
XMPPError.StreamError |
getError() |
String |
getMessage() |
void |
setError(XMPPError.StreamError error) |
void |
setMessage(String message) |
String |
xml()
Generate XML String out of the this entity.
|
public XMPPError()
public XMPPError(Element element)
public XMPPError.StreamError getError()
public void setError(XMPPError.StreamError error)
public String getMessage()
public void setMessage(String message)
public String xml()
XMLConvertibleCopyright © 2019. All rights reserved.