Class FactoryBeanNotInitializedException

All Implemented Interfaces:
Serializable

public class FactoryBeanNotInitializedException extends BeanCreationException
Exception to be thrown from a FactoryBean's getObject() method if the bean is not fully initialized yet, for example because it is involved in a circular reference.
See Also:
  • Constructor Details

    • FactoryBeanNotInitializedException

      public FactoryBeanNotInitializedException(BeanRule beanRule)
      Instantiates a new FactoryBeanNotInitializedException.
      Parameters:
      beanRule - the bean rule
    • FactoryBeanNotInitializedException

      public FactoryBeanNotInitializedException(String msg, BeanRule beanRule)
      Instantiates a new FactoryBeanNotInitializedException.
      Parameters:
      msg - the detail message
      beanRule - the bean rule