public class BeanCurrentlyInCreationException extends BeanCreationException
| Constructor and Description | 
|---|
BeanCurrentlyInCreationException(String beanName)
Create a new BeanCurrentlyInCreationException,
 with a default error message that indicates a circular reference. 
 | 
BeanCurrentlyInCreationException(String beanName,
                                String msg)
Create a new BeanCurrentlyInCreationException. 
 | 
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toStringequals, hashCodegetMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic BeanCurrentlyInCreationException(String beanName)
beanName - the name of the bean requested