public abstract class EventDeliveryExceptionHandler
extends java.lang.Object
| Constructor and Description |
|---|
EventDeliveryExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
eventDeliveryException(EventDeliveryExceptionHandlerArgs args)
This method is called when an unhandled exceptions occurs during any backing store operation.
|
public abstract void eventDeliveryException(EventDeliveryExceptionHandlerArgs args)
args - object that contains the NamedCache, Id, and Exception that occurred.