Uses of Class
com.google.appengine.tools.cloudstorage.ExceptionHandler
-
Packages that use ExceptionHandler Package Description com.google.appengine.tools.cloudstorage -
-
Uses of ExceptionHandler in com.google.appengine.tools.cloudstorage
Methods in com.google.appengine.tools.cloudstorage that return ExceptionHandler Modifier and Type Method and Description ExceptionHandler
ExceptionHandler.Builder. build()
Returns a new instance of ExceptionHandlerstatic ExceptionHandler
ExceptionHandler. getDefaultInstance()
Returns an instance which retry any checked exception and abort on any runtime exception.Methods in com.google.appengine.tools.cloudstorage with parameters of type ExceptionHandler Modifier and Type Method and Description static <V> V
RetryHelper. runWithRetries(Callable<V> callable, RetryParams params, ExceptionHandler exceptionHandler)
-
Copyright © 2016 Google. All rights reserved.