GemFire 5.5

Uses of Class
com.gemstone.gemfire.cache.CacheException

Packages that use CacheException
com.gemstone.gemfire The base package of the GemFire Java product, featuring highly concurrent distributed caching with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a DistributedLockService
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
 

Uses of CacheException in com.gemstone.gemfire
 

Methods in com.gemstone.gemfire that return CacheException
 CacheException GemFireCacheException.getCacheException()
          Gets the wrapped CacheException
 

Constructors in com.gemstone.gemfire with parameters of type CacheException
GemFireCacheException(CacheException ex)
          Creates a new GemFireCacheException.
GemFireCacheException(String message, CacheException ex)
          Creates a new GemFireCacheException.
 

Uses of CacheException in com.gemstone.gemfire.cache
 

Subclasses of CacheException in com.gemstone.gemfire.cache
 class CacheExistsException
          Thrown when attempting to create a Cache if one already exists.
 class CommitConflictException
          Thrown when a commit fails due to a write conflict.
 class EntryExistsException
          Thrown when attempting to create a Region.Entry that already exists in the Region.
 class EntryNotFoundException
          Thrown when an operation is invoked on Region for an entry that doesn't exist in the Region.
 class RegionExistsException
          Indicates that the requested region already exists when a region is being created.
 

Methods in com.gemstone.gemfire.cache that throw CacheException
 Region DynamicRegionFactory.createDynamicRegion(String parentRegionName, String regionName)
          Creates the dynamic Region in the local cache and distributes the creation to other caches.
 void DynamicRegionFactory.destroyDynamicRegion(String fullRegionName)
          Destroys the dynamic Region in the local cache and distributes the destruction to other caches.
 


GemFire 5.5

Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.