GemFire 5.5.1

Uses of Class
com.gemstone.gemfire.GemFireException

Packages that use GemFireException
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.admin Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches. 
com.gemstone.gemfire.cache Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. 
com.gemstone.gemfire.cache.query GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. 
com.gemstone.gemfire.cache.util Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache package. 
com.gemstone.gemfire.distributed Provides information about, access to, and common tools for GemFire distributed systems. 
com.gemstone.gemfire.security Provides an API for plugging in authentication and authorization for members of a distributed system and clients. 
 

Uses of GemFireException in com.gemstone.gemfire
 

Subclasses of GemFireException in com.gemstone.gemfire
 class CopyException
          Indicates a failure to copy an object.
 class GemFireCacheException
          An GemFireCacheException is used to wrap a CacheException.
 class GemFireConfigException
          A GemFireConfigException is used for failures while processing a GemFire configuration XML file.
 class GemFireIOException
          A GemFireIOException is thrown when a GemFire operation failure is caused by an IOException.
 class IncompatibleSystemException
          An IncompatibleSystemException is thrown when a new application or administration console tries to connect to an existing distributed system and its version is not the same as that of the distributed system.
 class InternalGemFireException
          An InternalGemFireException is thrown when a low level, internal, operation fails due to no fault of the user.
 class InvalidValueException
          An InvalidValueException is thrown when an attempt is made to set a configuration attribute to an invalid value is made.
 class LicenseException
          A LicenseException is thrown when the license check fails.
 class NoSystemException
          A NoSystemException is thrown when a locator can not be found or connected to.
 class SystemConnectException
          An SystemConnectException is thrown when a GemFire application tries to connect to an existing distributed system and is unable to contact all members of the distributed system to announce its presence.
 class SystemIsRunningException
          A SystemIsRunningException is thrown when an operation is attempted that requires that the locator is stopped.
 class ThreadInterruptedException
          A ThreadInterruptedException is thrown when an operation is terminated due to a thread interrupt.
 class UncreatedSystemException
          An UncreatedSystemException is thrown when the specified locator's directory or configuration file can not be found.
 class UnmodifiableException
          A UnmodifiableException is thrown when a an attempt is made to modify a GemFire member configuration attribute that can not currently be modified.
 class UnstartedSystemException
          An UnstartedSystemException is thrown when the specified locator exists but is not running or could not be connected to.
 

Uses of GemFireException in com.gemstone.gemfire.admin
 

Subclasses of GemFireException in com.gemstone.gemfire.admin
 class AdminXmlException
          Thrown when a problem is encountered while working with admin-related XML data.
 class OperationCancelledException
          Thrown when an administration operation that accesses information in a remote system member is cancelled.
 class RegionNotFoundException
          Thrown by the administration API when the region administered by a SystemMemberRegion has been closed or destroyed in system member.
 class RuntimeAdminException
          A RuntimeAdminException is thrown when a runtime errors occurs during administration or monitoring of GemFire.
 

Uses of GemFireException in com.gemstone.gemfire.cache
 

Subclasses of GemFireException in com.gemstone.gemfire.cache
 class CacheClosedException
          Indicates that the caching system has been closed.
 class CacheException
          A generic exception, which indicates a cache error has occurred.
 class CacheExistsException
          Thrown when attempting to create a Cache if one already exists.
 class CacheLoaderException
          Thrown from the CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper) method indicating that an error occurred when a CacheLoader was attempting to load a value.
 class CacheRuntimeException
          A generic runtime exception that indicates a cache error has occurred.
 class CacheWriterException
          An exception thrown by a CacheWriter method.
 class CacheXmlException
          Thrown when a problem is encountered while parsing a declarative caching XML file.
 class CommitConflictException
          Thrown when a commit fails due to a write conflict.
 class CommitDistributionException
          Indicates that an attempt to notify required participants of a transaction involving one or more regions that are configured with MembershipAttributes may have failed.
 class DiskAccessException
          Indicates that an IOException during a disk region operation.
 class EntryDestroyedException
          Indicates that a method was invoked on an entry that has been destroyed.
 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 EntryNotFoundInRegion
          Deprecated. this class is no longer in use
 class FailedSynchronizationException
          Thrown when a cache transaction fails to register with the UserTransaction (aka JTA transaction), most likely the cause of the UserTransaction's javax.transaction.Status#STATUS_MARKED_ROLLBACK status.
 class GatewayException
          An exception thrown by a Gateway.
 class OperationAbortedException
          Indicates that the operation that would have otherwise affected the cache has been aborted.
 class PartitionedRegionDistributionException
          Indicates a failure to perform a distributed operation on a Partitioned Region after multiple attempts.
 class PartitionedRegionStorageException
          Description of the conditions under which this exception is thrown When a PartitionedRegionStorageException message contains the string: There are not enough data store members to create a bucket.
 class RegionAccessException
          Indicates that an attempt to access the region has failed.
 class RegionDestroyedException
          Indicates that the region has been destroyed.
 class RegionDistributionException
          Indicates that an attempt to send a distributed cache event to one or more required roles may have failed.
 class RegionExistsException
          Indicates that the requested region already exists when a region is being created.
 class RegionReinitializedException
          Indicates that the region has been reinitialized.
 class RegionRoleException
          Indicates that a Region reliability failure has occurred.
 class RoleException
          RoleException is the superclass of those exceptions that can be thrown to indicate a reliability failure on one or more regions that have been configured with
 class StatisticsDisabledException
          Thrown if statistics are requested when statistics are disabled on the region.
 class SynchronizationCommitConflictException
          Thrown when a commit operation of a JTA enlisted cache transaction fails
 class TimeoutException
          Thrown if a netSearch times out without getting a response back from a cache, or when attempting to acquire a distributed lock.
 

Uses of GemFireException in com.gemstone.gemfire.cache.query
 

Subclasses of GemFireException in com.gemstone.gemfire.cache.query
 class CqClosedException
          Thrown if the CqQuery on which the operation performed is closed.
 class IndexMaintenanceException
          Thrown if an error occurs while updating query indexes during region modification.
 

Uses of GemFireException in com.gemstone.gemfire.cache.util
 

Subclasses of GemFireException in com.gemstone.gemfire.cache.util
 class BridgeWriterException
          An exception that is thrown by a BridgeWriter when a problem occurs when communicating with a bridge server.
 class ClientNotReadyException
          A ClientNotReadyException indicates a client attempted to invoke the Cache.readyForEvents() method, but failed.
 class ServerRefusedConnectionException
          A ServerRefusedConnectionException indicates a client attempted to connect to a server, but the handshake was rejected.
 

Uses of GemFireException in com.gemstone.gemfire.distributed
 

Subclasses of GemFireException in com.gemstone.gemfire.distributed
 class LeaseExpiredException
          A LeaseExpiredException is thrown when GemFire detects that a distributed lock obtained by the current thread with a limited lease (see @link DistributedLockService} has expired before it was explicitly released.
 class ShutdownException
          A ShutdownException is thrown when a GemFire message is terminated because the system is shutting down.
 

Uses of GemFireException in com.gemstone.gemfire.security
 

Subclasses of GemFireException in com.gemstone.gemfire.security
 class AuthenticationFailedException
          Thrown if authentication of this client/peer fails.
 class AuthenticationRequiredException
          Thrown if the distributed system is in secure mode and this client/peer has not set the security credentials.
 class GemFireSecurityException
          The base class for all com.gemstone.gemfire.security related exceptions.
 class NotAuthorizedException
          Thrown when a client/peer is unauthorized to perform a requested operation.
 


GemFire 5.5.1

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