Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends JdbcException
Thrown to indicate that there is an inadequate configuration in a Config object.
See Also:
  • Field Details

    • className

      protected final String className
    • methodName

      protected final String methodName
  • Constructor Details

    • ConfigException

      public ConfigException(String className, String methodName)
  • Method Details

    • getClassName

      public String getClassName()
    • getMethodName

      public String getMethodName()