Searched defs:UncheckedTimeoutException (Results 1 – 2 of 2) sorted by relevance
28 public class UncheckedTimeoutException extends RuntimeException { class29 public UncheckedTimeoutException() {} in UncheckedTimeoutException() method in UncheckedTimeoutException31 public UncheckedTimeoutException(@CheckForNull String message) { in UncheckedTimeoutException() method in UncheckedTimeoutException35 public UncheckedTimeoutException(@CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException39 public UncheckedTimeoutException(@CheckForNull String message, @CheckForNull Throwable cause) { in UncheckedTimeoutException() method in UncheckedTimeoutException