Module org.jooq

Class TemplatingException

All Implemented Interfaces:
Serializable

public class TemplatingException extends DataAccessException
An exception that occurs with plain SQL templating.

Possible exceptions occur when the number of placeholders and the number of provided QueryPart objects mismatch.

Author:
Lukas Eder
See Also:
  • Constructor Details

    • TemplatingException

      public TemplatingException(String message)
    • TemplatingException

      public TemplatingException(String message, Throwable throwable)