An error occurred while fetching data into a user defined Java object with any of these methods:
- {@link ResultQuery#fetchInto(Class)}
- {@link Cursor#fetchInto(Class)}
- {@link Result#into(Class)}
- {@link Record#into(Class)}
... or when copying data into a {@link Record} with any of these methods
- {@link FactoryOperations#newRecord(org.jooq.Table,Object)}
- {@link Record#from(Object)}
@author Lukas Eder