Class IllegalConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.config.IllegalConfigurationException
All Implemented Interfaces:
Serializable

public class IllegalConfigurationException extends RuntimeException
Signals that the configuration is syntactically/semantically correct but illegal by some policy. For example if a configuration switches on a test-only feature but the proxy does not have test-only configuration loading enabled.
See Also:
  • Constructor Details

    • IllegalConfigurationException

      public IllegalConfigurationException(String message)