Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
The exception used to signal a configuration error
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Create a new instance with the specified error message
      Parameters:
      message - The error message
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Create a new instance with the specified error message, and a cause
      Parameters:
      message - The error message
      cause - The exception cause