クラス 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

public class BackOffInterruptedException extends RetryException
BackOffPolicy を使用してバックオフする試みが、おそらく Thread.sleep(long)SE の呼び出し中に InterruptedExceptionSE によって中断されたことを示す例外クラス。
導入:
2.1
作成者:
Rob Harrop
関連事項:
  • コンストラクターの詳細

    • BackOffInterruptedException

      public BackOffInterruptedException(StringSE msg)
    • BackOffInterruptedException

      public BackOffInterruptedException(StringSE msg, ThrowableSE cause)