spring-framework / org.springframework.context / ApplicationContextException

ApplicationContextException

open class ApplicationContextException : FatalBeanException

Exception thrown during application context initialization.

Author
Rod Johnson

Constructors

<init>

ApplicationContextException(msg: String)

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

ApplicationContextException(msg: String, cause: Throwable)

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