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 Summary
ConstructorsModifierConstructorDescriptionprotectedConfigDataException(String message, Throwable cause) Create a newConfigDataExceptioninstance. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConfigDataException
Create a newConfigDataExceptioninstance.- Parameters:
 message- the exception messagecause- the exception cause
 
 -