Package turbogears :: Package identity :: Module exceptions :: Class IdentityConfigurationException
[hide private]

Class IdentityConfigurationException

source code


Incorrect configuration.

Exception thrown when the Identity management system hasn't been configured correctly. Mostly, when failure_url is not specified.

Instance Methods [hide private]
 
__init__(self, message) source code
 
__str__(self) source code

Inherited from exceptions.Exception: __getitem__

Class Variables [hide private]
  args = ()
Method Details [hide private]

__init__(self, message)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
Overrides: exceptions.Exception.__str__