|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectXMPPException
org.jivesoftware.smackx.jingle.JingleException
public class JingleException
A Jingle exception.
| Constructor Summary | |
|---|---|
JingleException()
Default constructor. |
|
JingleException(JingleError error)
Constructor with an error response. |
|
JingleException(java.lang.String msg)
Constructor with an error message. |
|
| Method Summary | |
|---|---|
JingleError |
getError()
Return the error message. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JingleException()
public JingleException(java.lang.String msg)
msg - The message.public JingleException(JingleError error)
error - The error message.| Method Detail |
|---|
public JingleError getError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||