Exception BaseServiceException (2.73.0)
Stay organized with collections
Save and categorize content based on your preferences.
public class BaseServiceException extends RuntimeException
Base class for all service exceptions.
Static Fields
UNKNOWN_CODE
public static final int UNKNOWN_CODE
| Field Value |
| Type |
Description |
int |
|
Static Methods
isRetryable(boolean idempotent, IOException exception)
public static boolean isRetryable(boolean idempotent, IOException exception)
isRetryable(Integer code, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
public static boolean isRetryable(Integer code, String reason, boolean idempotent, Set<BaseServiceException.Error> retryableErrors)
translate(RetryHelper.RetryHelperException ex)
public static void translate(RetryHelper.RetryHelperException ex)
translate(ExecutionException ex)
public static void translate(ExecutionException ex)
Constructors
BaseServiceException(BaseServiceException.ExceptionData exceptionData)
protected BaseServiceException(BaseServiceException.ExceptionData exceptionData)
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getCode()
Returns the code associated with this exception.
| Returns |
| Type |
Description |
int |
|
getDebugInfo()
public String getDebugInfo()
| Returns |
| Type |
Description |
String |
|
getLocation()
public String getLocation()
Returns the service location where the error causing the exception occurred. Returns
null if not available.
| Returns |
| Type |
Description |
String |
|
getReason()
public String getReason()
Returns the reason that caused the exception.
| Returns |
| Type |
Description |
String |
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
isRetryable()
public boolean isRetryable()
Returns true when it is safe to retry the operation that caused this exception.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-04 UTC.
[null,null,["Last updated 2026-08-04 UTC."],[],[]]