org.isam.exehda.services
Interface Worb.WorbExceptionHandler

All Known Implementing Classes:
Worb.AutoRetryHandler
Enclosing interface:
Worb

public static interface Worb.WorbExceptionHandler


Method Summary
 java.lang.Throwable handleException(Worb.WorbProxy proxy, Worb.WorbException e)
          Describe handleException method here.
 

Method Detail

handleException

public java.lang.Throwable handleException(Worb.WorbProxy proxy,
                                           Worb.WorbException e)
Describe handleException method here.

Parameters:
proxy - a WorbProxy value
e - a WorbException value
Returns:
a Throwable value