| Package | Description | 
|---|---|
| com.google.cloud | 
 Core classes for the  
google-cloud library. | 
| Modifier and Type | Method and Description | 
|---|---|
ExceptionHandler.Builder | 
ExceptionHandler.Builder.abortOn(Class<? extends Exception>... exceptions)
Adds the exceptions to abort on. 
 | 
ExceptionHandler.Builder | 
ExceptionHandler.Builder.addInterceptors(ExceptionHandler.Interceptor... interceptors)
Adds the exception handler interceptors. 
 | 
static ExceptionHandler.Builder | 
ExceptionHandler.newBuilder()  | 
ExceptionHandler.Builder | 
ExceptionHandler.Builder.retryOn(Class<? extends Exception>... exceptions)
Add the exceptions to ignore/retry-on. 
 | 
Copyright © 2019 Google LLC. All rights reserved.