Uses of Class
com.google.appengine.tools.cloudstorage.RetryHelperException
-
Packages that use RetryHelperException Package Description com.google.appengine.tools.cloudstorage -
-
Uses of RetryHelperException in com.google.appengine.tools.cloudstorage
Subclasses of RetryHelperException in com.google.appengine.tools.cloudstorage Modifier and Type Class and Description class
NonRetriableException
Thrown when RetryHelper callable has indicate it should not be retried.class
RetriesExhaustedException
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams and was not successful.class
RetryInterruptedException
Thrown when a RetryHelper failed to complete its work due to interruption.Methods in com.google.appengine.tools.cloudstorage that throw RetryHelperException Modifier and Type Method and Description static <V> V
RetryHelper. runWithRetries(Callable<V> callable)
static <V> V
RetryHelper. runWithRetries(Callable<V> callable, RetryParams params, ExceptionHandler exceptionHandler)
-
Copyright © 2016 Google. All rights reserved.