类 IncompatibleConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.properties.IncompatibleConfigurationException
所有已实现的接口:
Serializable

public class IncompatibleConfigurationException extends RuntimeException
Exception thrown when the application has configured an incompatible set of ConfigurationProperties keys.
从以下版本开始:
2.4.0
作者:
Brian Clozel
另请参阅:
  • 构造器详细资料

    • IncompatibleConfigurationException

      public IncompatibleConfigurationException(String... incompatibleKeys)
  • 方法详细资料