UniquenessViolationException

exception UniquenessViolationException(tableName)[source]

The UniquenessViolationException class represents an exception when one tries to add a row r to a table which already contains a row whose all mandatory and non autoincrementable attributes matches the ones in the row r.