Class TimeoutException

    • Constructor Detail

      • TimeoutException

        public TimeoutException()
        Creates a new instance of TimeoutException without detail message.
      • TimeoutException

        public TimeoutException​(String msg)
        Constructs an instance of TimeoutException with the specified detail message.
        Parameters:
        msg - the detail message.