Uses of Class
net.sf.ehcache.ObjectExistsException

Packages that use ObjectExistsException
net.sf.ehcache This package contains the public API for using EHCache 
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of ObjectExistsException in net.sf.ehcache
 

Methods in net.sf.ehcache that throw ObjectExistsException
 void CacheManager.addCache(java.lang.String cacheName)
          Use this to add a Cache.
 void CacheManager.addCache(Cache cache)
          Use this to add a Cache.
 

Uses of ObjectExistsException in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that throw ObjectExistsException
 void Configuration.addDiskStore(Configuration.DiskStore diskStore)
          Allows BeanHandler to add disk store locationb to the configuration
 void Configuration.addDefaultCache(Configuration.DefaultCache defaultCache)
          Allows BeanHandler to add disk caches to the configuration
 void Configuration.addCache(Configuration.Cache cache)
          Allows BeanHandler to add disk caches to the configuration