Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
This exception is thrown when there is a configuration problem. This can arise if the configuration information required by the element being configured is malformed or missing.
See Also:
  • Field Details

    • serialVersionUID

      protected static final long serialVersionUID
      For interoperability with possible future changes.
      See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String explanation)
      Constructs a new instance of ConfigurationException using an explanation.
      Parameters:
      explanation - a possibly null string containing additional detail about this exception.