public interface RetryReadListener
Modifier and Type | Method and Description |
---|---|
void |
onRetryReadException(java.lang.Exception ex)
The onRetryReadException method receives control
when a retryable exception is thrown from an ItemReader
readItem method.
|
void onRetryReadException(java.lang.Exception ex) throws java.lang.Exception
ex
- specifies the exception thrown by the item
reader.java.lang.Exception
- is thrown if an error occurs.