クラス ScopeNotActiveException
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.support.ScopeNotActiveException
- 実装されたすべてのインターフェース:
SerializableSE
リクエストスコープやセッションスコープの場合などに、ターゲットスコープがアクティブでないことを示す
BeanCreationException
のサブクラス。- 導入:
- 5.3
- 作成者:
- Juergen Hoeller
- 関連事項:
コンストラクターのサマリー
コンストラクター説明ScopeNotActiveException
(StringSE beanName, StringSE scopeName, IllegalStateExceptionSE cause) 新しい ScopeNotActiveException を作成します。方法の概要
クラス org.springframework.beans.factory.BeanCreationException から継承されたメソッド
addRelatedCause, contains, getBeanName, getRelatedCauses, getResourceDescription, printStackTrace, printStackTrace, toString
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, setStackTraceSE
コンストラクターの詳細
ScopeNotActiveException
public ScopeNotActiveException(StringSE beanName, StringSE scopeName, IllegalStateExceptionSE cause) 新しい ScopeNotActiveException を作成します。- パラメーター:
beanName
- リクエストされた Bean の名前scopeName
- ターゲットスコープの名前cause
- 根本原因、通常はScope.get(java.lang.String, org.springframework.beans.factory.ObjectFactory<?>)
から