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

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

Introduction

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

Usage

From source file com.invariantproperties.sandbox.student.business.UnitTestException.java

/**
 * Exception used in unit testing.
 * 
 * @author Bear Giles <bgiles@coyotesong.com>
 */
public class UnitTestException extends DataAccessException {

From source file org.agatom.springatom.data.vin.exception.VinServiceException.java

/**
 * {@code VinServiceException} is a base class for all exceptions related to the vin decoding process
 * <small>Class is a part of <b>SpringAtom</b> and was created at 11.04.14</small>
 *
 * @author kornicameister
 * @version 0.0.1