java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.DataTypeException
- All Implemented Interfaces:
- Serializable
An error occurred while handling data types. This typically happens when
 converting types
- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDataTypeException(String message) Constructor for DataTypeException.DataTypeException(String message, Throwable cause) Constructor for DataTypeException.
- 
Method SummaryMethods inherited from class org.jooq.exception.DataAccessExceptiongetCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclassMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DataTypeExceptionConstructor for DataTypeException.- Parameters:
- message- the detail message
 
- 
DataTypeExceptionConstructor for DataTypeException.- Parameters:
- message- the detail message
- cause- the root cause (usually from using a underlying data access API such as JDBC)
 
 
-