public abstract class EventDeliveryExceptionHandler<K,V>
extends java.lang.Object
Constructor and Description |
---|
EventDeliveryExceptionHandler()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
onException(EventDeliveryExceptionArgs<K,V> args)
This method is called when an unhandled exception occurs during any backing store operation.
|
public EventDeliveryExceptionHandler()
public abstract void onException(EventDeliveryExceptionArgs<K,V> args)
args
- object that contains the Cache, Key, and Exception that occurred.