クラス BeanCreationNotAllowedException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.beans.BeansException
org.springframework.beans.FatalBeanException
org.springframework.beans.factory.BeanCreationException
org.springframework.beans.factory.BeanCreationNotAllowedException
- 実装されているすべてのインターフェース:
SerializableSE
Bean の作成が現在許可されていないにもかかわらず、Bean がリクエストされた場合にスローされる例外(たとえば、Bean ファクトリのシャットダウンフェーズ中)。
- 導入:
- 2.0
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明BeanCreationNotAllowedException(StringSE beanName, StringSE msg) 新しい BeanCreationNotAllowedException を作成します。メソッドのサマリー
クラス BeanCreationException から継承されたメソッド
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toStringクラス NestedRuntimeException から継承されたメソッド
getMostSpecificCause, getRootCause
コンストラクターの詳細
BeanCreationNotAllowedException