exception documentation

class RetryTimeout(Exception):

View In Hierarchy

Retry loop timed out.

Any arguments which was passed by the retried function to RetryAgain will be preserved in RetryTimeout, if it is raised. If such argument was an exception the RaiseInner helper method will reraise it.

Method RaiseInner Undocumented
def RaiseInner(self):

Undocumented