Class RTCException

    • Constructor Detail

      • RTCException

        public RTCException()
        Default class constructor. Constructs a new exception with a default message.
      • RTCException

        public RTCException​(String s)
        Constructs a new exception with the passed string as the message encapsulated in the exception.
        Parameters:
        s - The exception's message.