public class InactiveConfigDataAccessException extends ConfigDataException
ConfigData property source. Used to ensure that a user doesn't accidentally
 attempt to specify a properties that can never be resolved.| Modifier and Type | Method and Description | 
|---|---|
| ConfigDataResource | getLocation()Return the  ConfigDataResourceof the property source ornullif the
 source was not loaded fromConfigData. | 
| Origin | getOrigin()Return the origin or the property or  null. | 
| java.lang.String | getPropertyName()Return the name of the property. | 
| org.springframework.core.env.PropertySource<?> | getPropertySource()Return the inactive property source that contained the property. | 
public org.springframework.core.env.PropertySource<?> getPropertySource()
public ConfigDataResource getLocation()
ConfigDataResource of the property source or null if the
 source was not loaded from ConfigData.nullpublic java.lang.String getPropertyName()
public Origin getOrigin()
null.