Package orm2 :: Module exceptions :: Class PrimaryKeyNotKnown
[hide private]
[frames] | no frames]

Class PrimaryKeyNotKnown

source code

exceptions.Exception --+    
                       |    
            ORMException --+
                           |
                          PrimaryKeyNotKnown

This exception is raised when the select after insert mechanism is invoked on an object of which the primary key is not known and cannot be determined through the backend.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__