クラス BackOffInterruptedException
java.lang.ObjectSE
java.lang.ThrowableSE
java.lang.ExceptionSE
java.lang.RuntimeExceptionSE
org.springframework.core.NestedRuntimeException
org.springframework.retry.RetryException
org.springframework.retry.backoff.BackOffInterruptedException
- 実装済みのインターフェース一覧:
SerializableSE
BackOffPolicy を使用してバックオフする試みが、おそらく Thread.sleep(long)SE の呼び出し中に InterruptedExceptionSE によって中断されたことを示す例外クラス。- 導入:
- 2.1
- 作成者:
- Rob Harrop
- 関連事項:
コンストラクター概要
コンストラクター方法の概要
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド
contains, getMostSpecificCause, getRootCauseクラス java.lang.ThrowableSE から継承されたメソッド
addSuppressedSE, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCauseSE, printStackTrace, printStackTraceSE, printStackTraceSE, setStackTraceSE, toString
コンストラクターの詳細
BackOffInterruptedException
BackOffInterruptedException