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
ModifierConstructorDescriptionprotected
ConfigDataException
(String message, Throwable cause) Create a newConfigDataException
instance. -
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 newConfigDataException
instance.- Parameters:
message
- the exception messagecause
- the exception cause
-