Need some clarification -- As mentioned in the official doc that we have to re-throw the exception during the retry flow, so I want to understand after re-throwing the exception where that exception handle - in the same block of code from where it throws or in some other block created by retry mechanism.