public class

BeanCreationNotAllowedException

extends BeanCreationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.core.NestedRuntimeException
           ↳ org.springframework.beans.BeansException
             ↳ org.springframework.beans.FatalBeanException
               ↳ org.springframework.beans.factory.BeanCreationException
                 ↳ org.springframework.beans.factory.BeanCreationNotAllowedException

Class Overview

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).

Summary

Public Constructors
BeanCreationNotAllowedException(String beanName, String msg)
Create a new BeanCreationNotAllowedException.
[Expand]
Inherited Methods
From class org.springframework.beans.factory.BeanCreationException
From class org.springframework.beans.BeansException
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public BeanCreationNotAllowedException (String beanName, String msg)

Also: SpringBeans

Create a new BeanCreationNotAllowedException.

Parameters
beanName the name of the bean requested
msg the detail message