java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.DataAccessException
org.jooq.exception.DataDefinitionException
- All Implemented Interfaces:
- Serializable
An error occurred while running DDL statements in
 
DSLContext.meta(org.jooq.Source...) and related API.- Author:
- Lukas Eder
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDataDefinitionException(String message) Constructor for DataDefinitionException.DataDefinitionException(String message, Throwable cause) Constructor for DataDefinitionException.
- 
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- 
DataDefinitionExceptionConstructor for DataDefinitionException.- Parameters:
- message- the detail message
 
- 
DataDefinitionExceptionConstructor for DataDefinitionException.- Parameters:
- message- the detail message
- cause- the cause
 
 
-