public class BeanCurrentlyInCreationException extends BeanCreationException
| コンストラクターと説明 |
|---|
BeanCurrentlyInCreationException(java.lang.String beanName) 循環参照を示すデフォルトのエラーメッセージを使用して、新しい BeanCurrentlyInCreationException を作成します。 |
BeanCurrentlyInCreationException(java.lang.String beanName, java.lang.String msg) 新しい BeanCurrentlyInCreationException を作成します。 |
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toStringgetMessage, getMostSpecificCause, getRootCausepublic BeanCurrentlyInCreationException(java.lang.String beanName)
beanName - リクエストされた Bean の名前 public BeanCurrentlyInCreationException(java.lang.String beanName,
java.lang.String msg)beanName - リクエストされた Bean の名前 msg - 詳細メッセージ