net.sf.ehcache.exceptionhandler
Class CacheExceptionHandlerFactory
java.lang.Object
  
net.sf.ehcache.exceptionhandler.CacheExceptionHandlerFactory
public abstract class CacheExceptionHandlerFactory
- extends Object
 
An abstract factory for creating CacheExceptionHandlers at configuration time, in ehcache.xml.
 
 Extend to create a concrete factory
- Version:
 
  - $Id: CacheExceptionHandlerFactory.java 5594 2012-05-07 16:04:31Z cdennis $
 
- Author:
 
  - Greg Luck
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CacheExceptionHandlerFactory
public CacheExceptionHandlerFactory()
createExceptionHandler
public abstract CacheExceptionHandler createExceptionHandler(Properties properties)
- Create an 
CacheExceptionHandler
- Parameters:
 properties - implementation specific properties. These are configured as comma
                   separated name value pairs in ehcache.xml
- Returns:
 - a constructed CacheExceptionHandler
 
 
 
Copyright 2001-2014, Terracotta, Inc.