java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.microstream.cache.ConfigException
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="4.2.1") public class ConfigException extends RuntimeException
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 Details

    • ConfigException

      public ConfigException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      creates a new ConfigException.
      Parameters:
      message - exception message
      cause - the cause
    • ConfigException

      public ConfigException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      creates a new ConfigException.
      Parameters:
      message - exception message