Uses of Class
com.google.cloud.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
Uses of ExceptionHandler in com.google.cloud
Fields in com.google.cloud declared as ExceptionHandler Modifier and Type Field Description static ExceptionHandler
BaseService. EXCEPTION_HANDLER
Methods in com.google.cloud that return ExceptionHandler Modifier and Type Method Description ExceptionHandler
ExceptionHandler.Builder. build()
Returns a new ExceptionHandler instance.static ExceptionHandler
ExceptionHandler. getDefaultInstance()
Returns an instance which retry any checked exception and abort on any runtime exception.
-