Home
last modified time | relevance | path

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

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