Class TimeoutException

    • Constructor Detail

      • TimeoutException

        public TimeoutException​(String message)
        Time out a test, indicating why the timeout occurred.
      • TimeoutException

        public TimeoutException​(String message,
                                Throwable cause)
        Time out a test, indicating why the timeout occurred and giving a cause.