Class JingleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JingleException
    extends org.jivesoftware.smack.XMPPException
    A Jingle exception.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jivesoftware.smack.XMPPException

        org.jivesoftware.smack.XMPPException.FailedNonzaException, org.jivesoftware.smack.XMPPException.StreamErrorException, org.jivesoftware.smack.XMPPException.XMPPErrorException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      JingleError getError()
      Return the error message.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JingleException

        public JingleException()
        Default constructor.
      • JingleException

        public JingleException​(java.lang.String msg)
        Constructor with an error message.
        Parameters:
        msg - The message.
      • JingleException

        public JingleException​(JingleError error)
        Constructor with an error response.
        Parameters:
        error - The error message.
    • Method Detail

      • getError

        public JingleError getError()
        Return the error message.
        Returns:
        the error