Package nablarch.fw.handler.retry
Class RetryUtil
java.lang.Object
nablarch.fw.handler.retry.RetryUtil
リトライ処理に使用するユーティリティクラス。
- 
Method SummaryModifier and TypeMethodDescriptionstatic boolean指定された例外がリトライ可能であるか否かを判定する。
- 
Method Details- 
isRetryable指定された例外がリトライ可能であるか否かを判定する。Retryableインタフェースを実装した例外をリトライ可能な例外と判断する。 起因となる例外も含めて判定する。- Parameters:
- e- 例外
- Returns:
- リトライ可能である場合はtrue
 
 
-