_mysql_exceptions :: OperationalError :: Class OperationalError
[hide private]
[frames] | no frames]

Class OperationalError



exceptions.Exception --+                
                       |                
exceptions.StandardError --+            
                           |            
                  MySQLError --+        
                               |        
                           Error --+    
                                   |    
                       DatabaseError --+
                                       |
                                      OperationalError

Exception raised for errors that are related to the database's operation and not necessarily under the control of the programmer, e.g. an unexpected disconnect occurs, the data source name is not found, a transaction could not be processed, a memory allocation error occurred during processing, etc.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__