org.springframework.context
Class ApplicationContextException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.springframework.core.NestedRuntimeException
org.springframework.core.NestedRuntimeException
                   org.springframework.beans.BeansException
org.springframework.beans.BeansException
                       org.springframework.beans.FatalBeanException
org.springframework.beans.FatalBeanException
                           org.springframework.context.ApplicationContextException
org.springframework.context.ApplicationContextException
- All Implemented Interfaces: 
- Serializable
- public class ApplicationContextException 
- extends FatalBeanException
Exception thrown during application context initialization.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
 
 
 
 
 
 
ApplicationContextException
public ApplicationContextException(String msg)
- Create a new ApplicationContextExceptionwith the specified detail message and no root cause.
 
- Parameters:
- msg- the detail message
 
ApplicationContextException
public ApplicationContextException(String msg,
                                   Throwable cause)
- Create a new ApplicationContextExceptionwith the specified detail message and the given root cause.
 
- Parameters:
- msg- the detail message
- cause- the root cause