Package amplee :: Module error :: Class ResourceOperationException
[hide private]
[frames] | no frames]

Class ResourceOperationException

source code

exceptions.Exception --+        
                       |        
exceptions.StandardError --+    
                           |    
                 AmpleeError --+
                               |
                              ResourceOperationException

Instance Methods [hide private]
  __init__(self, msg, code=400)
  __str__(self)

Inherited from exceptions.Exception: __getitem__


Method Details [hide private]

__init__(self, msg, code=400)
(Constructor)

source code 
None
Overrides: exceptions.Exception.__init__

__str__(self)
(Informal representation operator)

source code 
None
Overrides: exceptions.Exception.__str__