Uses of Package
org.jooq.exception
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's exceptions.
This package contains jOOQ's implementation classes.
This package contains jOOQ's public utilities.
-
ClassDescriptionThe
Configuration
was set up in a way that does not allow for a particular operation.TheDataAccessException
is a genericRuntimeException
indicating that something went wrong while executing a SQL statement from jOOQ.An error occurred while storing a record with optimistic locking active, whose underlying data had already been changed.An error occurred while running DDL statements inDSLContext.meta(org.jooq.Source...)
and related API.An error occurred while running aMigration
.An error occurred while runningMigration.verify()
orCommits.load(java.io.File)
, etc.An error occurred while handling data types.An unexpected result was encountered after executing aQuery
.The jOOQIOException
is a wrapper for aIOException
.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)
...No rows were returned from aResultQuery
, when exactly one row was expected.Too many rows (more than 1) were returned from aResultQuery
. -
ClassDescriptionThe
DataAccessException
is a genericRuntimeException
indicating that something went wrong while executing a SQL statement from jOOQ.An error occurred while running aMigration
.An unexpected result was encountered after executing aQuery
.The class of the SQL state as specified by the SQL:2011 standard, or by individual vendors.The subclass of the SQL state class as specified by the SQL standard, or by individual vendors. -
ClassDescriptionThe
DataAccessException
is a genericRuntimeException
indicating that something went wrong while executing a SQL statement from jOOQ.An error occurred while handling data types.An exception thrown if an SQL construct is used, which is not supported by the dialect set inConfiguration.dialect()
The subclass of the SQL state class as specified by the SQL standard, or by individual vendors. -