: We could retry only for IOExceptions, possibly only those specifying
: "access denied" in their root cause message. This would narrow the range of
: cases the retry logic is applied. In fact the first version had this
: narrowing logic, but it was removed after a comment uncomfortable with
: relying on specific exception message. Narrowing this way the retry is

i wouldn't feel comfortable testing the root cause message String either
-- but explicitly catching IOException seems a lot better to me then just
"Throwable"



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to