クラス CassandraConnectionFailureException
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.cassandra.CassandraConnectionFailureException
- 実装されているすべてのインターフェース:
SerializableSE
ホストが利用できない場合の Cassandra の Spring データアクセス例外。
- 作成者:
- Matthew T. Adams
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明CassandraConnectionFailureException(MapSE<com.datastax.oss.driver.api.core.metadata.Node, ThrowableSE> map, StringSE msg, ThrowableSE cause) CassandraConnectionFailureExceptionのコンストラクター。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
CassandraConnectionFailureException
public CassandraConnectionFailureException(MapSE<com.datastax.oss.driver.api.core.metadata.Node, ThrowableSE> map, StringSE msg, ThrowableSE cause) CassandraConnectionFailureExceptionのコンストラクター。- パラメーター:
map- 各ノードの詳細な障害。msg- 詳細メッセージ。cause- 根本的な原因は、基盤となるデータアクセス API にあります。
メソッドの詳細
getMessagesByHost