spring-framework / org.springframework.beans.factory / BeanInitializationException / <init>

<init>

BeanInitializationException(msg: String)

Create a new BeanInitializationException with the specified message.

Parameters

msg - the detail message

BeanInitializationException(msg: String, cause: Throwable)

Create a new BeanInitializationException with the specified message and root cause.

Parameters

msg - the detail message

cause - the root cause