Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends RuntimeException
This exception is thrown on various occasions where the system detects a state of malconfiguration.
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Creates a new configuration exception.
      Parameters:
      message - the exception message
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Creates a new configuration exception with the given message and cause of the malconfiguration.
      Parameters:
      message - the message
      cause - the exception cause