Class BeanNotFoundException

    • Constructor Detail

      • BeanNotFoundException

        public BeanNotFoundException​(java.lang.String beanName)
        Create a BeanNotFoundException, given a bean type name.
        Parameters:
        beanName - The type name of the bean that could not be resolved to a bean class.