public class JingleException
extends org.jivesoftware.smack.XMPPException
| Constructor and Description |
|---|
JingleException()
Default constructor.
|
JingleException(JingleError error)
Constructor with an error response.
|
JingleException(java.lang.String msg)
Constructor with an error message.
|
| Modifier and Type | Method and Description |
|---|---|
JingleError |
getError()
Return the error message.
|
public JingleException()
public JingleException(java.lang.String msg)
msg - The message.public JingleException(JingleError error)
error - The error message.public JingleError getError()