public class IncorrectUpdateSemanticsDataAccessException extends InvalidDataAccessResourceUsageException
Constructor and Description |
---|
IncorrectUpdateSemanticsDataAccessException(java.lang.String msg)
Constructor for IncorrectUpdateSemanticsDataAccessException.
|
IncorrectUpdateSemanticsDataAccessException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for IncorrectUpdateSemanticsDataAccessException.
|
Modifier and Type | Method and Description |
---|---|
boolean |
wasDataUpdated()
Return whether data was updated.
|
contains, getMessage, getMostSpecificCause, getRootCause
public IncorrectUpdateSemanticsDataAccessException(java.lang.String msg)
msg
- the detail messagepublic IncorrectUpdateSemanticsDataAccessException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the underlying API, such as JDBC