public class JingleException extends XMPPException
XMPPException.FailedNonzaException, XMPPException.StreamErrorException, XMPPException.XMPPErrorException
Constructor and Description |
---|
JingleException()
Default constructor.
|
JingleException(JingleError error)
Constructor with an error response.
|
JingleException(String msg)
Constructor with an error message.
|
Modifier and Type | Method and Description |
---|---|
JingleError |
getError()
Return the error message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JingleException()
public JingleException(String msg)
msg
- The message.public JingleException(JingleError error)
error
- The error message.public JingleError getError()