Class ConfigDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.context.config.ConfigDataException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConfigDataNotFoundException,- InactiveConfigDataAccessException,- InvalidConfigDataPropertyException,- UnsupportedConfigDataLocationException
Abstract base class for configuration data exceptions.
- Since:
- 2.4.0
- Author:
- Phillip Webb, Madhura Bhave
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConfigDataException(String message, Throwable cause) Create a newConfigDataExceptioninstance.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigDataExceptionCreate a newConfigDataExceptioninstance.- Parameters:
- message- the exception message
- cause- the exception cause
 
 
-