Package org.jooq.exception
Class SQLDialectNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jooq.exception.SQLDialectNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SQLDialectNotSupportedException extends java.lang.RuntimeException
An exception thrown if an SQL construct is used, which is not supported by the dialect set inConfiguration.dialect()
- Author:
- Lukas Eder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLDialectNotSupportedException(java.lang.String message)
SQLDialectNotSupportedException(java.lang.String message, boolean warn)
-