Determines whether the framework should retry a method for the given exception, and the number of retries that have been made for that operation so far.
@param e The exception that caused the method to fail. @param retries The number of times the method has been retried. @returntrue if the method should be retried,false if the method should not be retried but shouldn't fail with an exception (only for void methods).
@throws Exception The re-thrown exception e indicatingthat the method failed and should not be retried further.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |