Package io.kroxylicious.proxy.config
Class IllegalConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.kroxylicious.proxy.config.IllegalConfigurationException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalConfigurationException
-