クラス SockJsTransportFailureException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.web.socket.sockjs.SockJsException
org.springframework.web.socket.sockjs.SockJsTransportFailureException
- 実装されたすべてのインターフェース:
SerializableSE
ユーザーコードではなく SockJS 実装で発生した重大な障害を示します (たとえば、レスポンスへの書き込み中に IOException が発生した場合)。この例外が発生すると、通常は SockJS セッションが閉じられます。
- 導入:
- 4.0
- 作成者:
- Rossen Stoyanchev
- 関連事項:
コンストラクターのサマリー
コンストラクターコンストラクター説明SockJsTransportFailureException
(StringSE message, StringSE sessionId, ThrowableSE cause) SockJsTransportFailureException のコンストラクター。SockJsTransportFailureException
(StringSE message, ThrowableSE cause) SockJsTransportFailureException のコンストラクター。メソッドのサマリー
クラス org.springframework.web.socket.sockjs.SockJsException から継承されたメソッド
getSockJsSessionId
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
クラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
SockJsTransportFailureException
SockJsTransportFailureException のコンストラクター。- パラメーター:
message
- 例外メッセージcause
- 根本原因- 導入:
- 4.1.7
SockJsTransportFailureException
public SockJsTransportFailureException(StringSE message, StringSE sessionId, @Nullable ThrowableSE cause) SockJsTransportFailureException のコンストラクター。- パラメーター:
message
- 例外メッセージsessionId
- SockJS セッション IDcause
- 根本原因