クラス BeanCreationNotAllowedException

実装されたすべてのインターフェース:
SerializableSE

public class BeanCreationNotAllowedException extends BeanCreationException
Bean の作成が現在許可されていないにもかかわらず、Bean がリクエストされた場合にスローされる例外(たとえば、Bean ファクトリのシャットダウンフェーズ中)。
導入:
2.0
作成者:
Juergen Hoeller
関連事項:
  • コンストラクターの詳細

    • BeanCreationNotAllowedException

      public BeanCreationNotAllowedException(StringSE beanName, StringSE msg)
      新しい BeanCreationNotAllowedException を作成します。
      パラメーター:
      beanName - リクエストされた Bean の名前
      msg - 詳細メッセージ