Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.microstream.cache.ConfigException
- All Implemented Interfaces:
- Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Microstream is renamed to Eclipse store and no longer updated
RuntimeException thrown in case of Microstream Cache configuration problems.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConfigException(String message) Deprecated, for removal: This API element is subject to removal in a future version.creates a new ConfigException.ConfigException(String message, Throwable cause) Deprecated, for removal: This API element is subject to removal in a future version.creates a new ConfigException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigExceptionDeprecated, for removal: This API element is subject to removal in a future version.creates a new ConfigException.- Parameters:
- message- exception message
- cause- the cause
 
- 
ConfigExceptionDeprecated, for removal: This API element is subject to removal in a future version.creates a new ConfigException.- Parameters:
- message- exception message
 
 
-