Module org.jooq

Class DataTypeException

All Implemented Interfaces:
Serializable

public class DataTypeException extends DataAccessException
An error occurred while handling data types. This typically happens when converting types
Author:
Lukas Eder
See Also:
  • Constructor Details

    • DataTypeException

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

      public DataTypeException(String message, Throwable cause)
      Constructor for DataTypeException.
      Parameters:
      message - the detail message
      cause - the root cause (usually from using a underlying data access API such as JDBC)