Interface | Description |
---|---|
CacheExceptionHandler |
A handler which may be registered with an Ehcache, to handle exceptions on Cache operations.
|
Class | Description |
---|---|
CacheExceptionHandlerFactory |
An abstract factory for creating
CacheExceptionHandler s at configuration time, in ehcache.xml. |
ExceptionHandlingDynamicCacheProxy |
A dynamic proxy which provides CacheException handling.
|
onException
will be called. Of course, if the handler decides to throw the exception, it will
propagate up through the call stack. If the handler does not, it won't.
This package defines an ExceptionHandler interface, and also a CacheExceptionHandlerFactory, which is used for
configuration.Copyright 2001-2021, Terracotta, Inc.