Example usage for org.springframework.dao IncorrectUpdateSemanticsDataAccessException subclass-usage

List of usage examples for org.springframework.dao IncorrectUpdateSemanticsDataAccessException subclass-usage

Introduction

In this page you can find the example usage for org.springframework.dao IncorrectUpdateSemanticsDataAccessException subclass-usage.

Usage

From source file cz.jirutka.spring.data.jdbc.NoRecordUpdatedException.java

/**
 * Exception thrown when trying to update a record that doesn't exist.
 */
public class NoRecordUpdatedException extends IncorrectUpdateSemanticsDataAccessException {

    private final String tableName;