public interface RetryHandler
RetryHandler
Object perform() throws Exception
Exception
void postFailure(Exception ex, int retryCount)
ex
- The Exception
thrown when the operation was invokedretryCount
- The number of timesCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.