|
GemFire 5.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 |
CommitIncompleteException
Thrown when a commit fails to complete due to errors |
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.7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||