NotSupportedError
Exception raised in case a method or database API was used which is not supported by the database, e.g. requesting a .rollback() on a connection that does not support transaction or has transactions turned off. It must be a subclass of DatabaseError.
The NotSupportedError class is accessible via the sqlapi.exceptions module.
Methods
See the source for more information.