Uses of Class
com.google.cloud.ExceptionHandler.Builder
-
Packages that use ExceptionHandler.Builder Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ExceptionHandler.Builder in com.google.cloud
Methods in com.google.cloud that return ExceptionHandler.Builder Modifier and Type Method 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.
-