Class RetryUtil

java.lang.Object
nablarch.fw.handler.retry.RetryUtil

public final class RetryUtil extends Object
リトライ処理に使用するユーティリティクラス。
  • Method Details

    • isRetryable

      public static boolean isRetryable(Throwable e)
      指定された例外がリトライ可能であるか否かを判定する。

      Retryableインタフェースを実装した例外をリトライ可能な例外と判断する。 起因となる例外も含めて判定する。

      Parameters:
      e - 例外
      Returns:
      リトライ可能である場合はtrue