App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.endpointscfg.ServerRequestException Class Reference
Inheritance diagram for google.appengine.tools.endpointscfg.ServerRequestException:

Public Member Functions

def __init__
 

Detailed Description

Exception for problems with the request to a server.

Constructor & Destructor Documentation

def google.appengine.tools.endpointscfg.ServerRequestException.__init__ (   self,
  http_error 
)
Create a ServerRequestException from a given urllib2.HTTPError.

Args:
  http_error: The HTTPError that the ServerRequestException will be
based on.

The documentation for this class was generated from the following file: