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