Home
last modified time | relevance | path

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

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DApiException.java36 public class ApiException extends RuntimeException { class
44 public ApiException(Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException() method in ApiException
48 public ApiException(String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException() method in ApiException
55 public ApiException( in ApiException() method in ApiException