クラス SerializationException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.data.redis.serializer.SerializationException
- 実装済みのインターフェース一覧:
SerializableSE
直列化 / 逆直列化エラーを示す一般的な例外。
- 作成者:
- Costin Leau, Mark Paluch
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明SerializationException(@Nullable StringSE msg) 新しいSerializationExceptionインスタンスを構築します。SerializationException(@Nullable StringSE msg, @Nullable ThrowableSE cause) 新しいSerializationExceptionインスタンスを構築します。方法の概要
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
SerializationException
新しいSerializationExceptionインスタンスを構築します。- パラメーター:
msg-
SerializationException
新しいSerializationExceptionインスタンスを構築します。- パラメーター:
msg- 詳細メッセージ。cause- ネストされた例外。