Class CacheExceptionHandlerFactory


  • public abstract class CacheExceptionHandlerFactory
    extends java.lang.Object
    An abstract factory for creating CacheExceptionHandlers at configuration time, in ehcache.xml.

    Extend to create a concrete factory

    Version:
    $Id$
    Author:
    Greg Luck
    • Constructor Detail

      • CacheExceptionHandlerFactory

        public CacheExceptionHandlerFactory()
    • Method Detail

      • createExceptionHandler

        public abstract CacheExceptionHandler createExceptionHandler​(java.util.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