public class BusyConversationException extends ContextException
同時リクエストが同じ会話コンテキストに関連付けられているため、コンテナーがリクエストを拒否したことを示します。
コンテナーは、並行リクエストをブロックまたは拒否することにより、長時間実行の会話が一度に最大で 1 つのリクエストに関連付けられるようにします。コンテナーがリクエストを拒否した場合は、そのリクエストを新しい一時的な会話に関連付け、JSF ライフサイクルのビューの復元フェーズから型 BusyConversationException の例外をスローする必要があります。
ConversationScoped, 連載形式 | コンストラクターと説明 |
|---|
BusyConversationException() |
BusyConversationException(StringSE message) |
BusyConversationException(StringSE message, ThrowableSE cause) |
BusyConversationException(ThrowableSE cause) |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic BusyConversationException()
public BusyConversationException(StringSE message)
public BusyConversationException(ThrowableSE cause)
public BusyConversationException(StringSE message, ThrowableSE cause)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.