Module org.jooq

Class 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 a Record with any of these methods
Author:
Lukas Eder
See Also:
Serialized Form
  • Constructor Details

    • MappingException

      public MappingException(String message)
      Constructor for MappingException.
      Parameters:
      message - the detail message
    • MappingException

      public MappingException(String message, Throwable cause)
      Constructor for MappingException.
      Parameters:
      message - the detail message
      cause - the root cause