Class ConfigurationNotFoundException


  • public class ConfigurationNotFoundException
    extends ConfigurationException
    Thrown when the base properties file is not found and the getProperties method is explicitly called in the configuration
    Author:
    jferrer
    • Constructor Detail

      • ConfigurationNotFoundException

        public ConfigurationNotFoundException​(java.lang.String componentName,
                                              java.lang.String msg,
                                              java.lang.Throwable thr)
      • ConfigurationNotFoundException

        protected ConfigurationNotFoundException​(java.lang.String componentName)
      • ConfigurationNotFoundException

        protected ConfigurationNotFoundException​(java.lang.String componentName,
                                                 java.lang.Throwable e)
      • ConfigurationNotFoundException

        public ConfigurationNotFoundException​(java.lang.String componentName,
                                              java.lang.String msg)