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

/libcore/luni/src/main/java/java/util/concurrent/
H A DTimeoutException.java14 * not possible or desirable then {@code TimeoutException} should be
20 public class TimeoutException extends Exception { class in inherits:Exception
24 * Constructs a {@code TimeoutException} with no specified detail
27 public TimeoutException() {} method in class:TimeoutException
30 * Constructs a {@code TimeoutException} with the specified detail
35 public TimeoutException(String message) { method in class:TimeoutException

Completed in 127 milliseconds