Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DRetryableException.java24 public class RetryableException extends RuntimeException { class
29 public RetryableException(String msg) { in RetryableException() method in RetryableException
33 public RetryableException(String format, Object...args) { in RetryableException() method in RetryableException
37 public RetryableException(Throwable cause, String format, Object...args) { in RetryableException() method in RetryableException
41 public RetryableException(@Nullable Timeout timeout, String msg) { in RetryableException() method in RetryableException
46 public RetryableException(@Nullable Timeout timeout, String format, Object...args) { in RetryableException() method in RetryableException
51 public RetryableException(@Nullable Timeout timeout, Throwable cause, String format, in RetryableException() method in RetryableException