Module org.jooq

Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends DataAccessException
The Configuration was set up in a way that does not allow for a particular operation.
Author:
Lukas Eder
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Constructor for ConfigurationException.
      Parameters:
      message - the detail message
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructor for ConfigurationException.
      Parameters:
      message - the detail message
      cause - the cause