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

<init>

BeanDefinitionValidationException(msg: String)

Create a new BeanDefinitionValidationException with the specified message.

Parameters

msg - the detail message

BeanDefinitionValidationException(msg: String, cause: Throwable)

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

Parameters

msg - the detail message

cause - the root cause