org.springframework.beans.factory
Class BeanCreationNotAllowedException
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
- All Implemented Interfaces:
- Serializable
public class BeanCreationNotAllowedException
- extends 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).
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
BeanCreationNotAllowedException
public BeanCreationNotAllowedException(String beanName,
String msg)
- Create a new BeanCreationNotAllowedException.
- Parameters:
beanName
- the name of the bean requestedmsg
- the detail message