|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use GemFireCheckedException | |
|---|---|
| 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.util package. |
| Uses of GemFireCheckedException in com.gemstone.gemfire.admin |
|---|
| Subclasses of GemFireCheckedException in com.gemstone.gemfire.admin | |
|---|---|
class |
AdminException
An AdminException is thrown when administration or monitoring
of GemFire fails. |
class |
CacheDoesNotExistException
An CacheDoesNotExistException is thrown when an attempt
is made to get a cache and one does not exist. |
class |
UnmodifiableConfigurationException
An UnmodifiableConfigurationException is thrown when an attempt
is made to modify the value of an unmodifiable
ConfigurationParameter. |
| Uses of GemFireCheckedException in com.gemstone.gemfire.cache |
|---|
| Subclasses of GemFireCheckedException in com.gemstone.gemfire.cache | |
|---|---|
class |
IncompatibleVersionException
An IncompatibleVersionException that the client version
was not compatible with the server version. |
class |
UnsupportedVersionException
An UnsupportedVersionException indicates an unsupported version. |
class |
VersionException
An VersionException is an exception that indicates
a client / server version mismatch exception has occurred. |
| Uses of GemFireCheckedException in com.gemstone.gemfire.cache.query |
|---|
| Subclasses of GemFireCheckedException in com.gemstone.gemfire.cache.query | |
|---|---|
class |
AmbiguousNameException
Thrown if an attribute or method name in a query can be resolved to more than one object in scope or if there is more than one maximally specific overridden method in a class. |
class |
CqException
Thrown during continuous query creation, execution time. |
class |
CqExistsException
Thrown if a CQ by this name already exists on this client |
class |
FunctionDomainException
Thrown if the domain of a function is not legal. |
class |
IndexCreationException
This class is used to represent any partitioned index creation exceptions. |
class |
IndexExistsException
Thrown while creating the new index if there exists an Index with the same definition as new index. |
class |
IndexNameConflictException
Thrown while creating the new index if there exists an Index with the same name as new index. |
class |
NameNotFoundException
Thrown when an attribute or method name could not be resolved during query execution because no matching method or field could be found. |
class |
NameResolutionException
Thrown if an attribute or method name in a query cannot be resolved. |
class |
ParameterCountInvalidException
Thrown when the number of bound paramters for a query does not match the number of placeholders. |
class |
QueryException
Thrown during by the query engine during parsing or execution. |
class |
QueryInvocationTargetException
Thrown if an exception is thrown when a method is invoked during query execution. |
class |
RegionNotFoundException
Thrown if a region referenced by name in a query cannot be found. |
class |
TypeMismatchException
Thrown if type consistency is violated while a query is being executed. |
| Uses of GemFireCheckedException in com.gemstone.gemfire.cache.util |
|---|
| Subclasses of GemFireCheckedException in com.gemstone.gemfire.cache.util | |
|---|---|
class |
UnknownVersionException
Deprecated. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||