Uses of Class
org.springframework.dao.DataIntegrityViolationException
Packages that use DataIntegrityViolationException
Package
Description
Exception hierarchy enabling sophisticated error handling independent
of the data access approach in use.
-
Uses of DataIntegrityViolationException in org.springframework.dao
Subclasses of DataIntegrityViolationException in org.springframework.daoModifier and TypeClassDescriptionclass
Exception thrown when an attempt to insert or update data results in violation of an primary key or unique constraint.