public class SockJsException extends NestedRuntimeException
| コンストラクターと説明 |
|---|
SockJsException(StringSE message, StringSE sessionId, ThrowableSE cause)SockJsException のコンストラクター。 |
SockJsException(StringSE message, ThrowableSE cause)SockJsException のコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getSockJsSessionId()SockJS セッション ID を返します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic SockJsException(StringSE message, @Nullable ThrowableSE cause)
message - 例外メッセージ cause - 根本原因 public SockJsException(StringSE message, @Nullable StringSE sessionId, @Nullable ThrowableSE cause)
message - 例外メッセージ sessionId - SockJS セッション IDcause - 根本原因