Searched defs:RetryableException (Results 1 – 1 of 1) sorted by relevance
24 public class RetryableException extends RuntimeException { class29 public RetryableException(String msg) { in RetryableException() method in RetryableException33 public RetryableException(String format, Object...args) { in RetryableException() method in RetryableException37 public RetryableException(Throwable cause, String format, Object...args) { in RetryableException() method in RetryableException41 public RetryableException(@Nullable Timeout timeout, String msg) { in RetryableException() method in RetryableException46 public RetryableException(@Nullable Timeout timeout, String format, Object...args) { in RetryableException() method in RetryableException51 public RetryableException(@Nullable Timeout timeout, Throwable cause, String format, in RetryableException() method in RetryableException