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 SummaryConstructorsConstructorDescriptionMappingException(String message) Constructor for MappingException.MappingException(String message, Throwable cause) Constructor for MappingException.
- 
Method SummaryMethods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclass, sqlStateSubclassMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
MappingExceptionConstructor for MappingException.- Parameters:
- message- the detail message
 
- 
MappingExceptionConstructor for MappingException.- Parameters:
- message- the detail message
- cause- the root cause
 
 
-