Class ConfigException

All Implemented Interfaces:
Serializable

public class ConfigException extends SystemException
Exception thrown when a configuration error is detected.
Author:
Domenico Barra - domenico@adamantic.io
See Also:
  • Constructor Details

    • ConfigException

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

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