クラス ClusterStateFailureException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.NonTransientDataAccessResourceException
org.springframework.dao.DataAccessResourceFailureException
org.springframework.data.redis.ClusterStateFailureException
- 実装済みのインターフェース一覧:
SerializableSE
クラスター状態の現在のローカルスナップショットを示す
DataAccessResourceFailureException は、実際のリモート状態を表さなくなりました。これは、ノードがクラスターから削除されたり、スロットが他のノードに移行されたりする可能性があります。- 導入:
- 1.7
- 作成者:
- Christoph Strobl, Mark Paluch
- 関連事項:
コンストラクター概要
コンストラクターコンストラクター説明ClusterStateFailureException(@Nullable StringSE msg) 新しいClusterStateFailureExceptionを作成します。ClusterStateFailureException(@Nullable StringSE msg, @Nullable ThrowableSE cause) 新しいClusterStateFailureExceptionを作成します。方法の概要
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
ClusterStateFailureException
新しいClusterStateFailureExceptionを作成します。- パラメーター:
msg- 詳細メッセージ。
ClusterStateFailureException
新しいClusterStateFailureExceptionを作成します。- パラメーター:
msg- 詳細メッセージ。cause- ネストされた例外。