org.springframework.context
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

public class ApplicationContextException
extends FatalBeanException

Exception thrown during application context initialization.

Author:
Rod Johnson

Constructor Summary
ApplicationContextException(String msg)
          Constructs an ApplicationContextException with the specified detail message and no root cause.
ApplicationContextException(String msg, 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
printStackTrace, getStackTrace, setStackTrace, getLocalizedMessage, toString, fillInStackTrace, initCause

Methods inherited from class java.lang.Object
hashCode, notify, notifyAll, wait, wait, wait, getClass, equals

Constructor Detail

ApplicationContextException

public ApplicationContextException(String msg)
Constructs an ApplicationContextException with the specified detail message and no root cause.
Parameters:
msg - the detail message

ApplicationContextException

public ApplicationContextException(String msg, Throwable ex)
Constructs an ApplicationContextException with the specified detail message and the given root cause.
Parameters:
msg - the detail message