Package flumotion :: Package component :: Package misc :: Package httpserver :: Module httpfile :: Class ServiceUnavailableError
[hide private]

Class ServiceUnavailableError

source code

twisted.web.resource.Resource --+    
                                |    
   twisted.web.resource.ErrorPage --+
                                    |
                                   ServiceUnavailableError

Web error for when the request cannot be served.

Nested Classes [hide private]

Inherited from twisted.web.resource.Resource: entityType

Instance Methods [hide private]
 
__init__(self, message='The server is currently unable to handle the request due to a...)
Initialize.
source code

Inherited from twisted.web.resource.ErrorPage: getChild, render

Inherited from twisted.web.resource.Resource: __providedBy__, __provides__, delEntity, getChildForRequest, getChildWithDefault, getDynamicEntity, getStaticEntity, listDynamicEntities, listDynamicNames, listEntities, listNames, listStaticEntities, listStaticNames, putChild, reallyPutEntity, render_HEAD

Class Variables [hide private]

Inherited from twisted.web.resource.Resource: __implemented__, isLeaf, server

Instance Variables [hide private]

Inherited from twisted.web.resource.ErrorPage: brief, code, detail, template

Method Details [hide private]

__init__(self, message='The server is currently unable to handle the request due to a...)
(Constructor)

source code 

Initialize.

Overrides: twisted.web.resource.Resource.__init__
(inherited documentation)