Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.muehlencord.shared.configuration.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException extends Exception
Author:
Joern Muehlencord (joern@muehlencord.de)
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String msg)
      Constructs an instance of ParameterException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ConfigurationException

      public ConfigurationException(String msg, Throwable th)
      Constructs an instance of ParameterException with the specified detail message.
      Parameters:
      msg - the detail message.
      th - the root cause