Uses of Interface
org.duracloud.common.retry.ExceptionHandler
Packages that use ExceptionHandler
-
Uses of ExceptionHandler in org.duracloud.common.retry
Methods in org.duracloud.common.retry with parameters of type ExceptionHandlerModifier and TypeMethodDescription<T> TRetrier.execute(Retriable retriable, ExceptionHandler exceptionHandler) Executes the action of a Retriable, and retries on error.