Uses of Class
com.google.cloud.ExceptionHandler.Builder
-
Packages that use ExceptionHandler.Builder Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of ExceptionHandler.Builder in com.google.cloud
Methods in com.google.cloud that return ExceptionHandler.Builder Modifier and Type Method Description ExceptionHandler.BuilderExceptionHandler.Builder. abortOn(Class<? extends Exception>... exceptions)Adds the exceptions to abort on.ExceptionHandler.BuilderExceptionHandler.Builder. addInterceptors(ExceptionHandler.Interceptor... interceptors)Adds the exception handler interceptors.static ExceptionHandler.BuilderExceptionHandler. newBuilder()ExceptionHandler.BuilderExceptionHandler.Builder. retryOn(Class<? extends Exception>... exceptions)Add the exceptions to ignore/retry-on.
-