org.ehcache.exceptions
Class ExceptionFactory

java.lang.Object
  extended by org.ehcache.exceptions.ExceptionFactory

public final class ExceptionFactory
extends java.lang.Object


Method Summary
static CacheLoadingException newCacheLoadingException(java.lang.Exception e)
           
static CacheWritingException newCacheWritingException(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newCacheWritingException

public static CacheWritingException newCacheWritingException(java.lang.Exception e)

newCacheLoadingException

public static CacheLoadingException newCacheLoadingException(java.lang.Exception e)