Class ApplicationContextException
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
- All Implemented Interfaces:
 Serializable
Exception thrown during application context initialization.
- Author:
 - Rod Johnson
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCreate a newApplicationContextExceptionwith the specified detail message and no root cause.ApplicationContextException(String msg, Throwable cause) Create a newApplicationContextExceptionwith the specified detail message and the given root cause. - 
Method Summary
Methods inherited from class NestedRuntimeException
contains, getMostSpecificCause, getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ApplicationContextException
Create a newApplicationContextExceptionwith the specified detail message and no root cause.- Parameters:
 msg- the detail message
 - 
ApplicationContextException
 
 -