Class JingleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.XMPPException
org.jivesoftware.smackx.jingleold.JingleException
- All Implemented Interfaces:
Serializable
A Jingle exception.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jivesoftware.smack.XMPPException
XMPPException.FailedNonzaException, XMPPException.StreamErrorException, XMPPException.XMPPErrorException
-
Constructor Summary
ConstructorDescriptionDefault constructor.JingleException
(String msg) Constructor with an error message.JingleException
(JingleError error) Constructor with an error response. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JingleException
public JingleException()Default constructor. -
JingleException
Constructor with an error message.- Parameters:
msg
- The message.
-
JingleException
Constructor with an error response.- Parameters:
error
- The error message.
-
-
Method Details
-
getError
Return the error message.- Returns:
- the error
-