|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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.
Constructor Summary | |
ApplicationContextException(java.lang.String msg)
Constructs an ApplicationContextException
with the specified detail message and no root cause. |
|
ApplicationContextException(java.lang.String msg,
java.lang.Throwable ex)
Constructs an ApplicationContextException
with the specified detail message and the given root cause. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
getCause, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, 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 ex)
ApplicationContextException
with the specified detail message and the given root cause.
msg
- the detail message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |