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
BeanCreationNotAllowedException(beanName: String, msg: String)
Create a new BeanCreationNotAllowedException. |