Class ConfigException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigException

@Deprecated(forRemoval=true, since="4.3.0") public class ConfigException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
this class is no longer used, switch to helidon-config module with its own config exception class
Exception is thrown by Config implementations.
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor with the detailed message.
      Parameters:
      message - the message
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor with the detailed message.
      Parameters:
      message - the message
      cause - the cause