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

        public TimeoutException​(String msg,
                                Throwable cause)
        Constructs an instance of TimeoutException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable
      • TimeoutException

        public TimeoutException​(Throwable cause)
        Constructs an instance of TimeoutException with the specified cause.
        Parameters:
        cause - the causal Throwable