java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.MappingException
- All Implemented Interfaces:
 Serializable
An error occurred while fetching data into a user defined Java object with
 any of these methods:
 
 ... or when copying data into a 
Record with any of these methods
 - Author:
 - Lukas Eder
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionMappingException(String message) Constructor for MappingException.MappingException(String message, Throwable cause) Constructor for MappingException. - 
Method Summary
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
MappingException
Constructor for MappingException.- Parameters:
 message- the detail message
 - 
MappingException
Constructor for MappingException.- Parameters:
 message- the detail messagecause- the root cause
 
 -