Class JingleException

    • Constructor Detail

      • 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.