Class RTCException

    • Constructor Summary

      Constructors 
      Constructor Description
      RTCException()
      Default class constructor.
      RTCException​(java.lang.String s)
      Constructs a new exception with the passed string as the message encapsulated in the exception.
    • Method Summary

      • 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

      • RTCException

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

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