Package conary :: Package dbstore :: Module sqlerrors :: Class DatabaseLocked
[hide private]
[frames] | no frames]

Class DatabaseLocked

source code

exceptions.Exception --+    
                       |    
           DatabaseError --+
                           |
                          DatabaseLocked

Database is locked and cannot be accessed by the current process.

PUBLIC API

Instance Methods [hide private]

Inherited from DatabaseError: __init__, __str__

Inherited from exceptions.Exception: __getitem__