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

Class InternalError



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

Exception raised when the database encounters an internal error, e.g. the cursor is not valid anymore, the transaction is out of sync, etc.

Instance Methods [hide private]

Inherited from exceptions.Exception: __getitem__, __init__, __str__