Class ConfigException

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class ConfigException
    extends Exception
    Signals that an error was encountered while reading/writing configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigException

        public ConfigException​(String message)
        Constructs a new ConfigException with the given message.
        Parameters:
        message - message
      • ConfigException

        public ConfigException​(String message,
                               Throwable cause)
        Constructs a new ConfigException with the given message and cause.
        Parameters:
        message - message
        cause - cause