Package openid :: Package server :: Module server :: Class UntrustedReturnURL
[frames] | no frames]

Class UntrustedReturnURL

source code

exceptions.Exception --+    
                       |    
           ProtocolError --+
                           |
                          UntrustedReturnURL

A return_to is outside the trust_root.

Instance Methods [hide private]
  __init__(self, query, return_to, trust_root)
When an error occurs.
  __str__(self)

Inherited from ProtocolError: encodeToKVForm, encodeToURL, hasReturnTo, whichEncoding

Inherited from exceptions.Exception: __getitem__


Instance Variables [hide private]

Inherited from ProtocolError: query


Method Details [hide private]

__init__(self, query, return_to, trust_root)
(Constructor)

source code 

When an error occurs.
Overrides: ProtocolError.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__