Package com.jpattern.orm.exception.sql

Exception Summary
OrmSqlBadGrammarException Exception thrown when SQL specified is invalid.
OrmSqlConcurrencyFailureException Exception thrown on concurrency failure.
OrmSqlDataAccessResourceFailureException Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC.
OrmSqlDataIntegrityViolationException Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
OrmSqlException Generic wrapper for a SQLException
OrmSqlTransientDataAccessResourceException Data access exception thrown when a resource fails temporarily and the operation can be retried.
 



Copyright © 2013. All Rights Reserved.