Class JingleException

All Implemented Interfaces:
Serializable

public class JingleException extends 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

      Constructor with an error response.
      Parameters:
      error - The error message.
  • Method Details