Class ConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.microstream.cache.ConfigException
- All Implemented Interfaces:
Serializable
RuntimeException thrown in case of Microstream Cache configuration problems.
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigException
(String message) creates a new ConfigException.ConfigException
(String message, Throwable cause) creates a new ConfigException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigException
creates a new ConfigException.- Parameters:
message
- exception messagecause
- the cause
-
ConfigException
creates a new ConfigException.- Parameters:
message
- exception message
-