spring-framework / org.springframework.context / ApplicationContextException / <init>

<init>

ApplicationContextException(msg: String)

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

Parameters

msg - the detail message

ApplicationContextException(msg: String, cause: Throwable)

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

Parameters

msg - the detail message

cause - the root cause