Exception thrown in case of a reference to a bean that's currently in creation.
Typically happens when constructor autowiring matches the currently constructed bean.
BeanCurrentlyInCreationException(String beanName)
Create a new BeanCurrentlyInCreationException,
with a default error message that indicates a circular reference.