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:
  • Constructor Details

    • ConfigException

      public ConfigException(String message, Throwable cause)
      creates a new ConfigException.
      Parameters:
      message - exception message
      cause - the cause
    • ConfigException

      public ConfigException(String message)
      creates a new ConfigException.
      Parameters:
      message - exception message