spring-framework / org.springframework.beans.factory / BeanCreationNotAllowedException

BeanCreationNotAllowedException

open class BeanCreationNotAllowedException : BeanCreationException

Exception thrown in case of a bean being requested despite bean creation currently not being allowed (for example, during the shutdown phase of a bean factory).

Author
Juergen Hoeller

Since
2.0

Constructors

<init>

BeanCreationNotAllowedException(beanName: String, msg: String)

Create a new BeanCreationNotAllowedException.