Searched defs:ThreadTimeoutException (Results 1 - 1 of 1) sorted by relevance

/external/testng/src/main/java/org/testng/internal/thread/
H A DThreadTimeoutException.java8 public class ThreadTimeoutException extends Exception { class in inherits:Exception
11 public ThreadTimeoutException(String msg) { method in class:ThreadTimeoutException
15 public ThreadTimeoutException(Throwable cause) { method in class:ThreadTimeoutException
19 public ThreadTimeoutException(String msg, Throwable cause) { method in class:ThreadTimeoutException

Completed in 620 milliseconds