|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OrmSqlException | |
|---|---|
| com.jpattern.orm.exception.sql | |
| com.jpattern.orm.session.datasource.exception | |
| Uses of OrmSqlException in com.jpattern.orm.exception.sql |
|---|
| Subclasses of OrmSqlException in com.jpattern.orm.exception.sql | |
|---|---|
class |
OrmSqlBadGrammarException
Exception thrown when SQL specified is invalid. |
class |
OrmSqlConcurrencyFailureException
Exception thrown on concurrency failure. |
class |
OrmSqlDataAccessResourceFailureException
Data access exception thrown when a resource fails completely: for example, if we can't connect to a database using JDBC. |
class |
OrmSqlDataIntegrityViolationException
Exception thrown when an attempt to insert or update data results in violation of an integrity constraint. |
class |
OrmSqlTransientDataAccessResourceException
Data access exception thrown when a resource fails temporarily and the operation can be retried. |
| Uses of OrmSqlException in com.jpattern.orm.session.datasource.exception |
|---|
| Methods in com.jpattern.orm.session.datasource.exception that return OrmSqlException | |
|---|---|
static OrmSqlException |
SpringBasedSQLStateSQLExceptionTranslator.doTranslate(String task,
String sql,
SQLException ex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||