- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.exception.DataAccessException
-
- org.jooq.exception.MappingException
-
- All Implemented Interfaces:
Serializable
public class MappingException extends DataAccessException
An error occurred while fetching data into a user defined Java object with any of these methods: ... or when copying data into aRecord
with any of these methods- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MappingException(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, sqlStateSubclass
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MappingException
public MappingException(String message)
Constructor for MappingException.- Parameters:
message
- the detail message
-
-