Exception: DBI::IntegrityError

Inherits:
DatabaseError show all
Defined in:
lib/dbi/exceptions.rb

Overview

Exception raised when the relational integrity of the database is affected, e.g. a foreign key check fails.

Instance Attribute Summary

Attributes inherited from DatabaseError

#err, #errstr, #state

Method Summary

Methods inherited from DatabaseError

#initialize

Constructor Details

This class inherits a constructor from DBI::DatabaseError