| 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.BeanInstantiationException | ||||||
Exception thrown when instantiation of a bean failed. Carries the offending bean class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new BeanInstantiationException.
| |||||||||||
Create a new BeanInstantiationException.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return the offending bean class.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 BeanInstantiationException.
| beanClass | the offending bean class |
|---|---|
| msg | the detail message |
Create a new BeanInstantiationException.
| beanClass | the offending bean class |
|---|---|
| msg | the detail message |
| cause | the root cause |