| org.springframework.dao.DataAccessException org.springframework.dao.DataIntegrityViolationException
DataIntegrityViolationException | public class DataIntegrityViolationException extends DataAccessException (Code) | | 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.
author: Rod Johnson |
DataIntegrityViolationException | public DataIntegrityViolationException(String msg)(Code) | | Constructor for DataIntegrityViolationException.
Parameters: msg - the detail message |
DataIntegrityViolationException | public DataIntegrityViolationException(String msg, Throwable cause)(Code) | | Constructor for DataIntegrityViolationException.
Parameters: msg - the detail message Parameters: cause - the root cause from the data access API in use |
|
|