The nova.openstack.common.db.exception Module

DB related custom exceptions.

exception DBDeadlock(inner_exception=None)

Bases: nova.openstack.common.db.exception.DBError

exception DBDuplicateEntry(columns=[], inner_exception=None)

Bases: nova.openstack.common.db.exception.DBError

Wraps an implementation specific exception.

exception DBError(inner_exception=None)

Bases: exceptions.Exception

Wraps an implementation specific exception.

exception DBInvalidUnicodeParameter

Bases: exceptions.Exception

message = u'Invalid Parameter: Unicode is not supported by the current database.'

Previous topic

The nova.openstack.common.db.api Module

Next topic

The nova.openstack.common.db.sqlalchemy.models Module

This Page