Class JingleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.XMPPException
org.jivesoftware.smackx.jingleold.JingleException
All Implemented Interfaces:
Serializable

public class JingleException extends org.jivesoftware.smack.XMPPException
A Jingle exception.
See Also:
  • Constructor Details

    • JingleException

      public JingleException()
      Default constructor.
    • JingleException

      public JingleException(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 Details

    • getError

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