public class BeanCurrentlyInCreationException extends BeanCreationException
Constructor and Description |
---|
BeanCurrentlyInCreationException(java.lang.String beanName)
Create a new BeanCurrentlyInCreationException,
with a default error message that indicates a circular reference.
|
BeanCurrentlyInCreationException(java.lang.String beanName,
java.lang.String msg)
Create a new BeanCurrentlyInCreationException.
|
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toString
getMessage, getMostSpecificCause, getRootCause
public BeanCurrentlyInCreationException(java.lang.String beanName)
beanName
- the name of the bean requestedpublic BeanCurrentlyInCreationException(java.lang.String beanName, java.lang.String msg)
beanName
- the name of the bean requestedmsg
- the detail message