Package org.duracloud.common.retry
Interface ExceptionHandler
-
public interface ExceptionHandlerA 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 voidhandle(Exception ex)
-
-
-
Method Detail
-
handle
void handle(Exception ex)
-
-