|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class ApplicationContextException
Exception thrown during application context initialization.
Constructor Summary | |
---|---|
ApplicationContextException(java.lang.String msg)
Create a new ApplicationContextException
with the specified detail message and no root cause. |
|
ApplicationContextException(java.lang.String msg,
java.lang.Throwable cause)
Create a new ApplicationContextException
with the specified detail message and the given root cause. |
Method Summary |
---|
Methods inherited from class org.springframework.beans.BeansException |
---|
equals, hashCode |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationContextException(java.lang.String msg)
ApplicationContextException
with the specified detail message and no root cause.
msg
- the detail messagepublic ApplicationContextException(java.lang.String msg, java.lang.Throwable cause)
ApplicationContextException
with the specified detail message and the given root cause.
msg
- the detail messagecause
- the root cause
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |