Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.jooq.exception Classes and Interfaces - 12 results found.
| Name | Description | Type | Package | Framework |
| ControlFlowSignal | An exception that is used to influence control flows. | Class | org.jooq.exception | Jooq |
|
| DataAccessException | The DataAccessException is a generic RuntimeException indicating that something went wrong while executing a SQL statement from | Class | org.jooq.exception | Jooq |
|
| DataChangedException | An error occurred while storing a record whose underlying data had alreadyAuthor:Lukas EderSee Also:UpdatableRecord. | Class | org.jooq.exception | Jooq |
|
| DataTypeException | An error occurred while handling data types. | Class | org.jooq.exception | Jooq |
|
| DetachedException | An operation was invoked on a detached object (Query, QueryPart, or UpdatableRecord). | Class | org.jooq.exception | Jooq |
|
| InvalidResultException | An unexpected result was encountered after executing a Query. | Class | org.jooq.exception | Jooq |
|
| IOException | The jOOQ IOException is a wrapper for aAuthor:Lukas EderSee Also:Serialized Form | Class | org.jooq.exception | Jooq |
|
| LoaderConfigurationException | The LoaderConfigurationException indicates that a Loader was executed with an illegal execution configuration. | Class | org.jooq.exception | Jooq |
|
| MappingException | An error occurred while fetching data into a user defined Java object with any of these methods: | Class | org.jooq.exception | Jooq |
|
| NoDataFoundException | No rows were returned from a ResultQuery, when exactly one row wasAuthor:Lukas EderSee Also:Serialized Form | Class | org.jooq.exception | Jooq |
|
| SQLDialectNotSupportedException | An exception thrown if an SQL construct is used, which is not supported by the dialect set in Configuration. | Class | org.jooq.exception | Jooq |
|
| TooManyRowsException | Too many rows (more than 1) were returned from a ResultQuery. | Class | org.jooq.exception | Jooq |