Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/util/concurrent/
DUncheckedTimeoutException.java28 public class UncheckedTimeoutException extends RuntimeException { class
29 public UncheckedTimeoutException() {} in UncheckedTimeoutException() method in UncheckedTimeoutException
31 public UncheckedTimeoutException(@CheckForNull String message) { in UncheckedTimeoutException() method in UncheckedTimeoutException
35 public UncheckedTimeoutException(@CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException
39 public UncheckedTimeoutException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException
/external/guava/android/guava/src/com/google/common/util/concurrent/
DUncheckedTimeoutException.java28 public class UncheckedTimeoutException extends RuntimeException { class
29 public UncheckedTimeoutException() {} in UncheckedTimeoutException() method in UncheckedTimeoutException
31 public UncheckedTimeoutException(@CheckForNull String message) { in UncheckedTimeoutException() method in UncheckedTimeoutException
35 public UncheckedTimeoutException(@CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException
39 public UncheckedTimeoutException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException