Module org.jooq

Class DataAccessException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigurationException, DataChangedException, DataDefinitionException, DataMigrationException, DataTypeException, DetachedException, InvalidResultException, IOException, LoaderConfigurationException, MappingException, MockFileDatabaseException, ParserException, TemplatingException

public class DataAccessException extends RuntimeException
The DataAccessException is a generic RuntimeException indicating that something went wrong while executing a SQL statement from jOOQ. The idea behind this unchecked exception is borrowed from Spring's JDBC's DataAccessException
Author:
Sergey Epik - Merged into jOOQ from Spring JDBC Support, Lukas Eder
See Also:
Serialized Form