Package psycopg2 :: Class OperationalError
[show private | hide private]
[frames | no frames]

Class OperationalError

Exception --+            
            |            
StandardError --+        
                |        
            Error --+    
                    |    
        DatabaseError --+
                        |
                       OperationalError


Error related to database operation (disconnect, memory allocation etc).


Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)