public class RethrowConsumerErrorHandler extends Object implements ConsumerErrorHandler
| Modifier and Type | Field and Description |
|---|---|
static RethrowConsumerErrorHandler |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerError(Throwable t,
Object target)
callback method when an exception is thrown from the handler.
|
public static RethrowConsumerErrorHandler INSTANCE
public void handlerError(Throwable t, Object target)
ConsumerErrorHandlerhandlerError in interface ConsumerErrorHandlert - the exceptiontarget - the object that was passed to the row handlerCopyright © 2020. All rights reserved.