クラス PoolException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.data.redis.connection.PoolException
- 実装されているすべてのインターフェース:
SerializableSE
リソースプールに課題がある場合にスローされる例外
- 作成者:
- Jennifer Hickey, Christoph Strobl, Mark Paluch
- 関連事項:
コンストラクターの概要
コンストラクターコンストラクター説明PoolException(StringSE msg) 新しいPoolExceptionインスタンスを構築します。PoolException(StringSE msg, ThrowableSE cause) 新しいPoolExceptionインスタンスを構築します。メソッドのサマリー
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
PoolException
新しいPoolExceptionインスタンスを構築します。- パラメーター:
msg- 詳細メッセージ。
PoolException
新しいPoolExceptionインスタンスを構築します。- パラメーター:
msg- 詳細メッセージ。cause- ネストされた例外。