Data access exception thrown when something unintended appears to have
happened with an update, but the transaction hasn't already been rolled back.
Thrown, for example, when we wanted to update 1 row in an RDBMS but actually
updated 3.
author: Rod Johnson
public IncorrectUpdateSemanticsDataAccessException(String msg)(Code)
Constructor for IncorrectUpdateSemanticsDataAccessException.
Parameters: msg - the detail message
IncorrectUpdateSemanticsDataAccessException
public IncorrectUpdateSemanticsDataAccessException(String msg, Throwable cause)(Code)
Constructor for IncorrectUpdateSemanticsDataAccessException.
Parameters: msg - the detail message Parameters: cause - the root cause from the underlying API, such as JDBC