org.springframework.dao
public class: DataIntegrityViolationException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.DataIntegrityViolationException
All Implemented Interfaces:
Serializable
Exception thrown when an attempt to insert or update data
results in violation of an integrity constraint. Note that this
is not purely a relational concept; unique primary keys are
required by most database types.
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |