public abstract class EventDeliveryExceptionArgs<K,V>
extends java.lang.Object
Constructor and Description |
---|
EventDeliveryExceptionArgs()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract Cache<K,V> |
getCache()
The
Cache where a ValueFactory , CacheEntryEraseHandler , CacheEntryStoreHandler , or
CacheEntryExpirationHandler threw an exception. |
abstract java.lang.Exception |
getException()
The exception that was unhandled by the
ValueFactory , CacheEntryEraseHandler ,
CacheEntryStoreHandler , or CacheEntryExpirationHandler implementation. |
abstract K |
getKey()
The key of the object for the operation that was in progress.
|
public EventDeliveryExceptionArgs()
public abstract Cache<K,V> getCache()
Cache
where a ValueFactory
, CacheEntryEraseHandler
, CacheEntryStoreHandler
, or
CacheEntryExpirationHandler
threw an exception.public abstract K getKey()
public abstract java.lang.Exception getException()
ValueFactory
, CacheEntryEraseHandler
,
CacheEntryStoreHandler
, or CacheEntryExpirationHandler
implementation.