Class BeanCurrentlyInCreationException

All Implemented Interfaces:
Serializable

public class BeanCurrentlyInCreationException extends BeanCreationException
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.
Since:
1.1
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • BeanCurrentlyInCreationException

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

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