Package pulp :: Package messaging :: Module dispatcher :: Class NotPermitted
[hide private]
[frames] | no frames]

Class NotPermitted

source code

exceptions.Exception --+
                       |
                      NotPermitted

Permission denied or not visible.

Instance Methods [hide private]
 
__init__(self, classname, method) source code

Inherited from exceptions.Exception: __getitem__, __str__

Method Details [hide private]

__init__(self, classname, method)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__