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