Send feedback
Exception BaseServiceException (2.8.27)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.8.27 keyboard_arrow_down
public class BaseServiceException extends RuntimeException
Base class for all service exceptions.
Static Fields
UNKNOWN_CODE
public static final int UNKNOWN_CODE
Field Value
Static Methods
isRetryable(boolean idempotent, IOException exception)
public static boolean isRetryable ( boolean idempotent , IOException exception )
Parameters
Returns
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 )
Parameters
Returns
translate(RetryHelper.RetryHelperException ex)
public static void translate ( RetryHelper . RetryHelperException ex )
Parameter
translate(ExecutionException ex)
public static void translate ( ExecutionException ex )
Parameter
Constructors
BaseServiceException(BaseServiceException.ExceptionData exceptionData)
protected BaseServiceException ( BaseServiceException . ExceptionData exceptionData )
Parameter
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getCode()
Returns the code associated with this exception.
Returns
getDebugInfo()
public String getDebugInfo ()
Returns
getLocation()
public String getLocation ()
Returns the service location where the error causing the exception occurred. Returns
null
if not available.
Returns
getReason()
public String getReason ()
Returns the reason that caused the exception.
Returns
hashCode()
Returns
Overrides
isRetryable()
public boolean isRetryable ()
Returns true
when it is safe to retry the operation that caused this exception.
Returns
Send feedback
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 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]