| java.lang.Object | ||||||||
| ↳ | java.lang.Throwable | |||||||
| ↳ | java.lang.Exception | |||||||
| ↳ | java.lang.RuntimeException | |||||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||||
| ↳ | org.springframework.beans.BeansException | |||||||
| ↳ | org.springframework.beans.FatalBeanException | |||||||
| ↳ | org.springframework.beans.factory.BeanCreationException | |||||||
| ↳ | org.springframework.beans.factory.BeanCurrentlyInCreationException | |||||||
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new BeanCurrentlyInCreationException,
with a default error message that indicates a circular reference.
| |||||||||||
Create a new BeanCurrentlyInCreationException.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.beans.factory.BeanCreationException
| |||||||||||
From class
org.springframework.beans.BeansException
| |||||||||||
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.
| beanName | the name of the bean requested |
|---|
Create a new BeanCurrentlyInCreationException.
| beanName | the name of the bean requested |
|---|---|
| msg | the detail message |