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 Summary
ConstructorDescriptionDataDefinitionException
(String message) Constructor for DataDefinitionException.DataDefinitionException
(String message, Throwable cause) Constructor for DataDefinitionException. -
Method Summary
Methods inherited from class org.jooq.exception.DataAccessException
getCause, getStackTrace, sqlState, sqlStateClass, sqlStateClass, sqlStateClass, sqlStateSubclass
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataDefinitionException
Constructor for DataDefinitionException.- Parameters:
message
- the detail message
-
DataDefinitionException
Constructor for DataDefinitionException.- Parameters:
message
- the detail messagecause
- the cause
-