public interface RetryReadListener
| Modifier and Type | Method and Description |
|---|---|
void |
onRetryReadException(Exception ex)
The onRetryReadException method receives control
when a retryable exception is thrown from an ItemReader
readItem method.
|
void onRetryReadException(Exception ex) throws Exception
ex - specifies the exception thrown by the item
reader.Exception - is thrown if an error occurs.© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0