|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use org.jooq.exception | |
---|---|
org.jooq | |
org.jooq.exception | |
org.jooq.impl | |
org.jooq.tools |
Classes in org.jooq.exception used by org.jooq | |
---|---|
DataAccessException
The DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
|
DataTypeException
An error occurred while handling data types. |
|
DetachedException
An operation was invoked on a detached object ( Query ,
QueryPart , or UpdatableRecord ). |
|
MappingException
An error occurred while fetching data into a user defined Java object with any of these methods: ResultQuery.fetchInto(Class)
Cursor.fetchInto(Class)
Result.into(Class)
Record.into(Class)
... or when copying data into a Record with any of these methods
FactoryOperations.newRecord(org.jooq.Table, Object)
Record.from(Object)
|
Classes in org.jooq.exception used by org.jooq.exception | |
---|---|
DataAccessException
The DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
Classes in org.jooq.exception used by org.jooq.impl | |
---|---|
DataAccessException
The DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
|
SQLDialectNotSupportedException
An exception thrown if an SQL construct is used, which is not supported by the dialect set in Configuration.getDialect() |
Classes in org.jooq.exception used by org.jooq.tools | |
---|---|
DataTypeException
An error occurred while handling data types. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |