public class BaseHttpServiceException extends BaseServiceException
BaseServiceException.Error, BaseServiceException.ExceptionData
Modifier and Type | Field and Description |
---|---|
static int |
UNKNOWN_CODE |
Modifier | Constructor and Description |
---|---|
protected |
BaseHttpServiceException(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
protected |
BaseHttpServiceException(int code,
String message,
String reason,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
protected |
BaseHttpServiceException(int code,
String message,
String reason,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors,
Throwable cause) |
protected |
BaseHttpServiceException(IOException exception,
boolean idempotent,
Set<BaseServiceException.Error> retryableErrors) |
equals, getCode, getDebugInfo, getLocation, getReason, hashCode, isRetryable, isRetryable, isRetryable, translate, translate
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int UNKNOWN_CODE
@InternalApi(value="This class should only be extended within google-cloud-java") protected BaseHttpServiceException(IOException exception, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
@InternalApi(value="This class should only be extended within google-cloud-java") protected BaseHttpServiceException(com.google.api.client.googleapis.json.GoogleJsonError googleJsonError, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
@InternalApi(value="This class should only be extended within google-cloud-java") protected BaseHttpServiceException(int code, String message, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
@InternalApi(value="This class should only be extended within google-cloud-java") protected BaseHttpServiceException(int code, String message, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors, Throwable cause)
Copyright © 2019 Google LLC. All rights reserved.