Class InvalidConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.common.exception.InvalidConfigurationException
All Implemented Interfaces:
Serializable

public class InvalidConfigurationException extends RuntimeException
This exception should be thrown if an illegal configuration (parameter) is detected by a configurable component.
Since:
1.13
Author:
Holger Knoche
See Also:
  • Constructor Details

    • InvalidConfigurationException

      public InvalidConfigurationException(String message)
      Creates a new exception with the given message.
      Parameters:
      message - The message to associate with this exception
    • InvalidConfigurationException

      public InvalidConfigurationException(String message, Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - The message to associate with this exception
      cause - The cause for this exception