Searched defs:RetryableException (Results 1 – 2 of 2) sorted by relevance
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | RetryableException.java | 24 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
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | RetryableException.java | 24 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
|