类 BeanCurrentlyInCreationException

    • 构造器详细资料

      • BeanCurrentlyInCreationException

        public BeanCurrentlyInCreationException​(String beanName)
        Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
        参数:
        beanName - the name of the bean requested
      • BeanCurrentlyInCreationException

        public BeanCurrentlyInCreationException​(String beanName,
                                                String msg)
        Create a new BeanCurrentlyInCreationException.
        参数:
        beanName - the name of the bean requested
        msg - the detail message