Class ConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.integrations.microstream.cache.ConfigException
-
- All Implemented Interfaces:
Serializable
public class ConfigException extends RuntimeException
RuntimeException thrown in case of Microstream Cache configuration problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigException(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 Detail
-
ConfigException
public ConfigException(String message, Throwable cause)
creates a new ConfigException.- Parameters:
message
- exception messagecause
- the cause
-
ConfigException
public ConfigException(String message)
creates a new ConfigException.- Parameters:
message
- exception message
-
-