![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
Exception for problems with the request to a server.
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.