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

<init>

BeanCurrentlyInCreationException(beanName: String)

Create a new BeanCurrentlyInCreationException, with a default error message that indicates a circular reference.

Parameters

beanName - the name of the bean requested

BeanCurrentlyInCreationException(beanName: String, msg: String)

Create a new BeanCurrentlyInCreationException.

Parameters

beanName - the name of the bean requested

msg - the detail message