JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.duracloud.common.retry
Interface ExceptionHandler
public interface
ExceptionHandler
A simple interface for handling exceptions.
Author:
Daniel Bernstein Date: Dec 13, 2013
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
handle
(
Exception
ex)
Method Details
handle
void
handle
(
Exception
ex)