| 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.context.ApplicationContextException | ||||||
Exception thrown during application context initialization.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new
ApplicationContextException
with the specified detail message and no root cause. | |||||||||||
Create a new
ApplicationContextException
with the specified detail message and the given root cause. | |||||||||||
|
[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 ApplicationContextException
with the specified detail message and no root cause.
| msg | the detail message |
|---|
Create a new ApplicationContextException
with the specified detail message and the given root cause.
| msg | the detail message |
|---|---|
| cause | the root cause |