Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationException
    extends Exception
    This class types configuration exceptions.
    Version:
    Id: ConfigurationLoader.java,v 1.7 2003/04/20 23:37:29 andy Exp $
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String message)
        Create a configuration exception with the given message
        Parameters:
        message - The description of the exception
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Create a configuration exception with the given message and root cause.
        Parameters:
        message - The description of the exception
        cause - The root cause