Package openid :: Module fetchers :: Class HTTPFetchingError
[frames | no frames]

Type HTTPFetchingError

   object --+        
            |        
BaseException --+    
                |    
        Exception --+
                    |
                   HTTPFetchingError

Known Subclasses:
HTTPError

Exception that is wrapped around all exceptions that are raised by the underlying fetcher when using the ExceptionWrappingFetcher
Method Summary
  __init__(self, why)
Inherited from Exception: __new__
Inherited from BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__
Inherited from object: __hash__, __reduce_ex__

Instance Variable Summary
  why: The exception that caused this exception

Class Variable Summary
Inherited from BaseException: args, message

Instance Variable Details

why

The exception that caused this exception

Generated by Epydoc 2.1 on Fri Dec 14 16:10:52 2007 http://epydoc.sf.net