Package | Description |
---|---|
com.google.cloud |
Core classes for the
google-cloud library. |
com.google.cloud.http |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseServiceException.Error.isRetryable(boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
static boolean |
BaseServiceException.isRetryable(Integer code,
String reason,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
Constructor and Description |
---|
BaseHttpServiceException(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
BaseHttpServiceException(int code,
String message,
String reason,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
BaseHttpServiceException(int code,
String message,
String reason,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors,
Throwable cause) |
BaseHttpServiceException(IOException exception,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
Copyright © 2019 Google LLC. All rights reserved.