jjzjj

setRetryableExceptions

全部标签

java - spring retry setRetryableExceptions, setFatalExceptions 不可用

根据第9.2节中的spring批处理/重试文档(http://docs.spring.io/spring-batch/reference/html/retry.html),在使用SimpleRetryPolicy时,可以通过setRetryableExceptions或setFatalExceptions指定您希望重试或不重试哪些异常。但是,这些方法未在GitHub的当前版本(1.0.3)中定义https://github.com/spring-projects/spring-retry/blob/master/src/main/java/org/springframework/ret