Class BeanIsNotAFactoryException

    • Constructor Detail

      • BeanIsNotAFactoryException

        public BeanIsNotAFactoryException​(String name,
                                          Class<?> actualType)
        Create a new BeanIsNotAFactoryException.
        Parameters:
        name - the name of the bean requested
        actualType - the actual type returned, which did not match the expected type