|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ServerConnectivityException | |
|---|---|
| com.gemstone.gemfire.cache | Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities. |
| com.gemstone.gemfire.cache.client | The com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
| Uses of ServerConnectivityException in com.gemstone.gemfire.cache |
|---|
| Subclasses of ServerConnectivityException in com.gemstone.gemfire.cache | |
|---|---|
class |
NoQueueServersAvailableException
Indicates that this client cannot contact any queue servers and therefore cannot perform operations that require a queue, such as registering interest. |
class |
NoSubscriptionServersAvailableException
Indicates that this client cannot contact any servers and therefore cannot perform operations that require subscriptions, such as registering interest. |
| Uses of ServerConnectivityException in com.gemstone.gemfire.cache.client |
|---|
| Subclasses of ServerConnectivityException in com.gemstone.gemfire.cache.client | |
|---|---|
class |
AllConnectionsInUseException
Indicates that the connection pool is at its maximum size and all connections are in use. |
class |
NoAvailableLocatorsException
An exception indicating that there are no active locators available to connect to. |
class |
NoAvailableServersException
An exception indicating that there are no active servers available to connect to. |
class |
ServerOperationException
An exception indicating that a failure has happened on the server while processing an operation that was sent to it by a client. |
class |
SubscriptionNotEnabledException
An exception indicating that client subscriptions are not enabled on this client, but the client is trying to perform an operation that requires a client subscription, such as Region.registerInterest(Object). |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||