Class ConfigException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.service.config.ConfigException
All Implemented Interfaces:
Serializable

public class ConfigException extends RuntimeException
Exception thrown when an error occurs while loading configuration data.
Since:
1.0
Version:
2022-09-01
See Also:
  • Constructor Details

    • ConfigException

      public ConfigException(String message)
      Constructs a new "configuration" exception with the specified message.
      Parameters:
      message - the detailed error message
    • ConfigException

      public ConfigException(String message, Throwable cause)
      Constructs a new "configuration" exception with the specified message and cause.
      Parameters:
      message - the detailed error message
      cause - the exception that caused this exception