public abstract class EventDeliveryExceptionHandlerArgs
extends java.lang.Object
Constructor and Description |
---|
EventDeliveryExceptionHandlerArgs() |
Modifier and Type | Method and Description |
---|---|
abstract NamedCache |
getCache()
The NamedCache where a backing store operation threw an exception.
|
abstract CachedObjectId |
getCachedObjectId()
The CachedObjectId of the object for the operation that was in progress.
|
abstract java.lang.Exception |
getException()
The exception that was unhandled in by the BackingStore implementation.
|
public abstract NamedCache getCache()
public abstract CachedObjectId getCachedObjectId()
public abstract java.lang.Exception getException()