Receives a data point from the storage attempt along with the exception that was associated with the failure. @param dp The data point to store @param exception The exception associated with the data point
(final IncomingDataPoint dp,
final Exception exception)
| 76 | * @param exception The exception associated with the data point |
| 77 | */ |
| 78 | public abstract void handleError(final IncomingDataPoint dp, |
| 79 | final Exception exception); |
| 80 | } |
no outgoing calls
no test coverage detected