Class IncompatibleConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.IncompatibleConfigurationException
All Implemented Interfaces:
Serializable

public class IncompatibleConfigurationException extends RuntimeException
Exception thrown when the application has configured an incompatible set of ConfigurationProperties keys.
Since:
2.4.0
Author:
Brian Clozel
See Also:
  • Constructor Details

    • IncompatibleConfigurationException

      public IncompatibleConfigurationException(String... incompatibleKeys)
  • Method Details