public class

ApplicationContextException

extends FatalBeanException
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

Class Overview

Exception thrown during application context initialization.

Summary

Public Constructors
ApplicationContextException(String msg)
Create a new ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String msg, Throwable 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

Public Constructors

public ApplicationContextException (String msg)

Create a new ApplicationContextException with the specified detail message and no root cause.

Parameters
msg the detail message

public ApplicationContextException (String msg, Throwable cause)

Create a new ApplicationContextException with the specified detail message and the given root cause.

Parameters
msg the detail message
cause the root cause