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.