クラス 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(@Nullable StringSE msg, @Nullable ThrowableSE cause) 新しいPoolExceptionインスタンスを構築します。PoolException(StringSE msg) 新しいPoolExceptionインスタンスを構築します。方法の概要
クラス NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCause
コンストラクターの詳細
PoolException
PoolException
新しいPoolExceptionインスタンスを構築します。- パラメーター:
msg- 詳細メッセージ。cause- ネストされた例外。