org.jooq.exception
package contains jOOQ's exceptions.See: Description
Exception | Description |
---|---|
ControlFlowSignal |
An exception that is used to influence control flows.
|
DataAccessException |
The
DataAccessException is a generic RuntimeException
indicating that something went wrong while executing a SQL statement from
jOOQ. |
DataChangedException |
An error occurred while storing a record whose underlying data had already
been changed
|
DataTypeException |
An error occurred while handling data types.
|
DetachedException | |
InvalidResultException |
An unexpected result was encountered after executing a
Query . |
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
DSLContext.newRecord(org.jooq.Table, Object)
Record.from(Object)
|
SQLDialectNotSupportedException |
An exception thrown if an SQL construct is used, which is not supported by
the dialect set in
Configuration.dialect() |
org.jooq.exception
package contains jOOQ's exceptions.Copyright © 2014. All Rights Reserved.