Module org.jooq

Class SQLDialectNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jooq.exception.SQLDialectNotSupportedException
All Implemented Interfaces:
Serializable

public class SQLDialectNotSupportedException extends RuntimeException
An exception thrown if an SQL construct is used, which is not supported by the dialect set in Configuration.dialect()
Author:
Lukas Eder
See Also:
  • Constructor Details

    • SQLDialectNotSupportedException

      public SQLDialectNotSupportedException(String message)
    • SQLDialectNotSupportedException

      public SQLDialectNotSupportedException(String message, boolean warn)