VMware GemFire Native C++ Reference  9.2.4
ExceptionTypes.hpp File Reference

Go to the source code of this file.

Namespaces

 apache
 Each enum represents a predefined RegionAttributes in a {}.
 

Functions

void CPPCACHE_EXPORT apache::geode::client::GfErrTypeThrowException (const char *str, GfErrType err)
 Thrown when a version on which delta is based is different than the current version. More...
 

Variables

const char apache::geode::client::_exception_name_AllConnectionsInUseException [] = "apache::geode::client::" "AllConnectionsInUseException"
 Thrown if all connections in the pool are in use. More...
 
const char apache::geode::client::_exception_name_AlreadyConnectedException [] = "apache::geode::client::" "AlreadyConnectedException"
 Thrown when an attempt is made to connect to DistributedSystem second time. More...
 
const char apache::geode::client::_exception_name_AssertionException [] = "apache::geode::client::" "AssertionException"
 A geode assertion exception. More...
 
const char apache::geode::client::_exception_name_AuthenticationFailedException [] = "apache::geode::client::" "AuthenticationFailedException"
 Thrown when authentication fails. More...
 
const char apache::geode::client::_exception_name_AuthenticationRequiredException [] = "apache::geode::client::" "AuthenticationRequiredException"
 Thrown when no credentials are provided by client when server expects. More...
 
const char apache::geode::client::_exception_name_BufferSizeExceededException [] = "apache::geode::client::" "BufferSizeExceededException"
 Thrown when the internal buffer size is exceeded. More...
 
const char apache::geode::client::_exception_name_CacheClosedException [] = "apache::geode::client::" "CacheClosedException"
 Thrown when an operation is attempted on a closed cache. More...
 
const char apache::geode::client::_exception_name_CacheExistsException [] = "apache::geode::client::" "CacheExistsException"
 Thrown when an attempt is made to create an existing cache. More...
 
const char apache::geode::client::_exception_name_CacheListenerException [] = "apache::geode::client::" "CacheListenerException"
 Thrown when the cache listener throws an exception. More...
 
const char apache::geode::client::_exception_name_CacheLoaderException [] = "apache::geode::client::" "CacheLoaderException"
 Thrown when the cache loader aborts the operation. More...
 
const char apache::geode::client::_exception_name_CacheProxyException [] = "apache::geode::client::" "CacheProxyException"
 Thrown when there is an error in the cache proxy. More...
 
const char apache::geode::client::_exception_name_CacheServerException [] = "apache::geode::client::" "CacheServerException"
 Thrown when an exception occurs on the cache server. More...
 
const char apache::geode::client::_exception_name_CacheWriterException [] = "apache::geode::client::" "CacheWriterException"
 Thrown when the cache writer aborts the operation. More...
 
const char apache::geode::client::_exception_name_CacheXmlException [] = "apache::geode::client::" "CacheXmlException"
 Thrown when the cache xml is incorrect. More...
 
const char apache::geode::client::_exception_name_ClassCastException [] = "apache::geode::client::" "ClassCastException"
 Thrown when a cast operation fails. More...
 
const char apache::geode::client::_exception_name_CommitConflictException [] = "apache::geode::client::" "CommitConflictException"
 Thrown when a commit fails due to a write conflict. More...
 
const char apache::geode::client::_exception_name_ConcurrentModificationException [] = "apache::geode::client::" "ConcurrentModificationException"
 Thrown when a concurrent operation fails. More...
 
const char apache::geode::client::_exception_name_CqClosedException [] = "apache::geode::client::" "CqClosedException"
 Thrown if the Cq on which the operaion performed is closed. More...
 
const char apache::geode::client::_exception_name_CqException [] = "apache::geode::client::" "CqException"
 Thrown during continuous query execution time. More...
 
const char apache::geode::client::_exception_name_CqExistsException [] = "apache::geode::client::" "CqExistsException"
 Thrown if a Cq by this name already exists on this client. More...
 
const char apache::geode::client::_exception_name_CqInvalidException [] = "apache::geode::client::" "CqInvalidException"
 Thrown if the query doesnot meet the CQ constraints. More...
 
const char apache::geode::client::_exception_name_CqQueryException [] = "apache::geode::client::" "CqQueryException"
 Thrown if the Cq Query failed. More...
 
const char apache::geode::client::_exception_name_DiskCorruptException [] = "apache::geode::client::" "DiskCorruptException"
 Thrown by the persistence manager when the data. More...
 
const char apache::geode::client::_exception_name_DiskFailureException [] = "apache::geode::client::" "DiskFailureException"
 Thrown by the persistence manager when a write fails due to disk failure. More...
 
const char apache::geode::client::_exception_name_DuplicateDurableClientException [] = "apache::geode::client::" "DuplicateDurableClientException"
 Thrown when two durable connect with same Id. More...
 
const char apache::geode::client::_exception_name_EntryDestroyedException [] = "apache::geode::client::" "EntryDestroyedException"
 Thrown when an operation is attempted on a destroyed entry. More...
 
const char apache::geode::client::_exception_name_EntryExistsException [] = "apache::geode::client::" "EntryExistsException"
 Thrown when attempt is made to create an existing entry. More...
 
const char apache::geode::client::_exception_name_EntryNotFoundException [] = "apache::geode::client::" "EntryNotFoundException"
 Thrown when an operation is attempted on a non-existent entry. More...
 
const char apache::geode::client::_exception_name_FatalInternalException [] = "apache::geode::client::" "FatalInternalException"
 Thrown when there is a fatal internal exception in geode. More...
 
const char apache::geode::client::_exception_name_FileNotFoundException [] = "apache::geode::client::" "FileNotFoundException"
 Thrown when a non-existing file is accessed. More...
 
const char apache::geode::client::_exception_name_FunctionExecutionException [] = "apache::geode::client::" "FunctionExecutionException"
 Thrown if function execution failed. More...
 
const char apache::geode::client::_exception_name_GeodeConfigException [] = "apache::geode::client::" "GeodeConfigException"
 Thrown when geode configuration file is incorrect. More...
 
const char apache::geode::client::_exception_name_GeodeIOException [] = "apache::geode::client::" "GeodeIOException"
 Thrown when there is an input/output error. More...
 
const char apache::geode::client::_exception_name_IllegalArgumentException [] = "apache::geode::client::" "IllegalArgumentException"
 Thrown when an argument to a method is illegal. More...
 
const char apache::geode::client::_exception_name_IllegalStateException [] = "apache::geode::client::" "IllegalStateException"
 Thrown when the state of cache is manipulated to be illegal. More...
 
const char apache::geode::client::_exception_name_InitFailedException [] = "apache::geode::client::" "InitFailedException"
 Thrown when persistence manager fails to initialize. More...
 
const char apache::geode::client::_exception_name_InterruptedException [] = "apache::geode::client::" "InterruptedException"
 Thrown when an operation is interrupted. More...
 
const char apache::geode::client::_exception_name_InvalidDeltaException [] = "apache::geode::client::" "InvalidDeltaException"
 Thrown if Delta could not be applied. More...
 
const char apache::geode::client::_exception_name_KeyNotFoundException [] = "apache::geode::client::" "KeyNotFoundException"
 Thrown if a Key is not present in the region. More...
 
const char apache::geode::client::_exception_name_LeaseExpiredException [] = "apache::geode::client::" "LeaseExpiredException"
 Thrown when lease of cache proxy has expired. More...
 
const char apache::geode::client::_exception_name_MessageException [] = "apache::geode::client::" "MessageException"
 Thrown when an unknown message is received from the server. More...
 
const char apache::geode::client::_exception_name_NoAvailableLocatorsException [] = "apache::geode::client::" "NoAvailableLocatorsException"
 Thrown if the No locators are active to reply for new connection. More...
 
const char apache::geode::client::_exception_name_NoSystemException [] = "apache::geode::client::" "NoSystemException"
 Thrown when the connecting target is not running. More...
 
const char apache::geode::client::_exception_name_NotAuthorizedException [] = "apache::geode::client::" "NotAuthorizedException"
 Thrown when a non authorized operation is done. More...
 
const char apache::geode::client::_exception_name_NotConnectedException [] = "apache::geode::client::" "NotConnectedException"
 Thrown when an operation is attempted before connecting to the distributed system. More...
 
const char apache::geode::client::_exception_name_NotOwnerException [] = "apache::geode::client::" "NotOwnerException"
 Thrown when an attempt is made to release a lock not owned by the thread. More...
 
const char apache::geode::client::_exception_name_NullPointerException [] = "apache::geode::client::" "NullPointerException"
 Thrown when a null argument is provided to a method where it is expected to be non-null. More...
 
const char apache::geode::client::_exception_name_OutOfMemoryException [] = "apache::geode::client::" "OutOfMemoryException"
 Thrown when the system cannot allocate any more memory. More...
 
const char apache::geode::client::_exception_name_OutOfRangeException [] = "apache::geode::client::" "OutOfRangeException"
 Thrown when bound of array/vector etc. More...
 
const char apache::geode::client::_exception_name_PutAllPartialResultException [] = "apache::geode::client::" "PutAllPartialResultException"
 Thrown if putAll operation with single hop succeeded partially. More...
 
const char apache::geode::client::_exception_name_QueryException [] = "apache::geode::client::" "QueryException"
 Thrown when query exception occurs at the server. More...
 
const char apache::geode::client::_exception_name_RegionCreationFailedException [] = "apache::geode::client::" "RegionCreationFailedException"
 Thrown when a region creation operation fails. More...
 
const char apache::geode::client::_exception_name_RegionDestroyedException [] = "apache::geode::client::" "RegionDestroyedException"
 Thrown when an operation is attempted on a destroyed region. More...
 
const char apache::geode::client::_exception_name_RegionExistsException [] = "apache::geode::client::" "RegionExistsException"
 Thrown when an attempt is made to create an existing region. More...
 
const char apache::geode::client::_exception_name_RollbackException [] = "apache::geode::client::" "RollbackException"
 The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only. More...
 
const char apache::geode::client::_exception_name_ShutdownFailedException [] = "apache::geode::client::" "ShutdownFailedException"
 Thrown when persistence manager fails to close properly. More...
 
const char apache::geode::client::_exception_name_StatisticsDisabledException [] = "apache::geode::client::" "StatisticsDisabledException"
 Thrown when statistics are invoked for a region where they are disabled. More...
 
const char apache::geode::client::_exception_name_TimeoutException [] = "apache::geode::client::" "TimeoutException"
 Thrown when a timout occurs. More...
 
const char apache::geode::client::_exception_name_TransactionDataNodeHasDepartedException [] = "apache::geode::client::" "TransactionDataNodeHasDepartedException"
 Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction. More...
 
const char apache::geode::client::_exception_name_TransactionDataRebalancedException [] = "apache::geode::client::" "TransactionDataRebalancedException"
 Thrown when a RebalanceOperation occurs concurrently with a transaction. More...
 
const char apache::geode::client::_exception_name_TransactionException [] = "apache::geode::client::" "TransactionException"
 This is for all Exceptions that may be thrown by a Geode transaction. More...
 
const char apache::geode::client::_exception_name_UnknownException [] = "apache::geode::client::" "UnknownException"
 An unknown exception occurred. More...
 
const char apache::geode::client::_exception_name_UnsupportedOperationException [] = "apache::geode::client::" "UnsupportedOperationException"
 Thrown when an operation unsupported by the current configuration is attempted. More...
 
const char apache::geode::client::_exception_name_WrongRegionScopeException [] = "apache::geode::client::" "WrongRegionScopeException"
 Thrown when a region is created in an incorrect scope. More...
 

Function Documentation

◆ GfErrTypeThrowException()

void CPPCACHE_EXPORT apache::geode::client::GfErrTypeThrowException ( const char *  str,
GfErrType  err 
)

Thrown when a version on which delta is based is different than the current version.

Variable Documentation

◆ _exception_name_AllConnectionsInUseException

const char apache::geode::client::_exception_name_AllConnectionsInUseException[] = "apache::geode::client::" "AllConnectionsInUseException"

Thrown if all connections in the pool are in use.

◆ _exception_name_AlreadyConnectedException

const char apache::geode::client::_exception_name_AlreadyConnectedException[] = "apache::geode::client::" "AlreadyConnectedException"

Thrown when an attempt is made to connect to DistributedSystem second time.

◆ _exception_name_AssertionException

const char apache::geode::client::_exception_name_AssertionException[] = "apache::geode::client::" "AssertionException"

A geode assertion exception.

◆ _exception_name_AuthenticationFailedException

const char apache::geode::client::_exception_name_AuthenticationFailedException[] = "apache::geode::client::" "AuthenticationFailedException"

Thrown when authentication fails.

◆ _exception_name_AuthenticationRequiredException

const char apache::geode::client::_exception_name_AuthenticationRequiredException[] = "apache::geode::client::" "AuthenticationRequiredException"

Thrown when no credentials are provided by client when server expects.

◆ _exception_name_BufferSizeExceededException

const char apache::geode::client::_exception_name_BufferSizeExceededException[] = "apache::geode::client::" "BufferSizeExceededException"

Thrown when the internal buffer size is exceeded.

◆ _exception_name_CacheClosedException

const char apache::geode::client::_exception_name_CacheClosedException[] = "apache::geode::client::" "CacheClosedException"

Thrown when an operation is attempted on a closed cache.

◆ _exception_name_CacheExistsException

const char apache::geode::client::_exception_name_CacheExistsException[] = "apache::geode::client::" "CacheExistsException"

Thrown when an attempt is made to create an existing cache.

◆ _exception_name_CacheListenerException

const char apache::geode::client::_exception_name_CacheListenerException[] = "apache::geode::client::" "CacheListenerException"

Thrown when the cache listener throws an exception.

◆ _exception_name_CacheLoaderException

const char apache::geode::client::_exception_name_CacheLoaderException[] = "apache::geode::client::" "CacheLoaderException"

Thrown when the cache loader aborts the operation.

◆ _exception_name_CacheProxyException

const char apache::geode::client::_exception_name_CacheProxyException[] = "apache::geode::client::" "CacheProxyException"

Thrown when there is an error in the cache proxy.

◆ _exception_name_CacheServerException

const char apache::geode::client::_exception_name_CacheServerException[] = "apache::geode::client::" "CacheServerException"

Thrown when an exception occurs on the cache server.

◆ _exception_name_CacheWriterException

const char apache::geode::client::_exception_name_CacheWriterException[] = "apache::geode::client::" "CacheWriterException"

Thrown when the cache writer aborts the operation.

◆ _exception_name_CacheXmlException

const char apache::geode::client::_exception_name_CacheXmlException[] = "apache::geode::client::" "CacheXmlException"

Thrown when the cache xml is incorrect.

◆ _exception_name_ClassCastException

const char apache::geode::client::_exception_name_ClassCastException[] = "apache::geode::client::" "ClassCastException"

Thrown when a cast operation fails.

◆ _exception_name_CommitConflictException

const char apache::geode::client::_exception_name_CommitConflictException[] = "apache::geode::client::" "CommitConflictException"

Thrown when a commit fails due to a write conflict.

See also
CacheTransactionManager::commit

◆ _exception_name_ConcurrentModificationException

const char apache::geode::client::_exception_name_ConcurrentModificationException[] = "apache::geode::client::" "ConcurrentModificationException"

Thrown when a concurrent operation fails.

◆ _exception_name_CqClosedException

const char apache::geode::client::_exception_name_CqClosedException[] = "apache::geode::client::" "CqClosedException"

Thrown if the Cq on which the operaion performed is closed.

◆ _exception_name_CqException

const char apache::geode::client::_exception_name_CqException[] = "apache::geode::client::" "CqException"

Thrown during continuous query execution time.

◆ _exception_name_CqExistsException

const char apache::geode::client::_exception_name_CqExistsException[] = "apache::geode::client::" "CqExistsException"

Thrown if a Cq by this name already exists on this client.

◆ _exception_name_CqInvalidException

const char apache::geode::client::_exception_name_CqInvalidException[] = "apache::geode::client::" "CqInvalidException"

Thrown if the query doesnot meet the CQ constraints.

E.g.:Query string should refer only one region, join not supported. The query must be a SELECT statement. DISTINCT queries are not supported. Projections are not supported. Only one iterator in the FROM clause is supported, and it must be a region path. Bind parameters in the query are not supported for the initial release.

◆ _exception_name_CqQueryException

const char apache::geode::client::_exception_name_CqQueryException[] = "apache::geode::client::" "CqQueryException"

Thrown if the Cq Query failed.

◆ _exception_name_DiskCorruptException

const char apache::geode::client::_exception_name_DiskCorruptException[] = "apache::geode::client::" "DiskCorruptException"

Thrown by the persistence manager when the data.

to be read from disk is corrupt.

◆ _exception_name_DiskFailureException

const char apache::geode::client::_exception_name_DiskFailureException[] = "apache::geode::client::" "DiskFailureException"

Thrown by the persistence manager when a write fails due to disk failure.

◆ _exception_name_DuplicateDurableClientException

const char apache::geode::client::_exception_name_DuplicateDurableClientException[] = "apache::geode::client::" "DuplicateDurableClientException"

Thrown when two durable connect with same Id.

◆ _exception_name_EntryDestroyedException

const char apache::geode::client::_exception_name_EntryDestroyedException[] = "apache::geode::client::" "EntryDestroyedException"

Thrown when an operation is attempted on a destroyed entry.

◆ _exception_name_EntryExistsException

const char apache::geode::client::_exception_name_EntryExistsException[] = "apache::geode::client::" "EntryExistsException"

Thrown when attempt is made to create an existing entry.

◆ _exception_name_EntryNotFoundException

const char apache::geode::client::_exception_name_EntryNotFoundException[] = "apache::geode::client::" "EntryNotFoundException"

Thrown when an operation is attempted on a non-existent entry.

◆ _exception_name_FatalInternalException

const char apache::geode::client::_exception_name_FatalInternalException[] = "apache::geode::client::" "FatalInternalException"

Thrown when there is a fatal internal exception in geode.

◆ _exception_name_FileNotFoundException

const char apache::geode::client::_exception_name_FileNotFoundException[] = "apache::geode::client::" "FileNotFoundException"

Thrown when a non-existing file is accessed.

◆ _exception_name_FunctionExecutionException

const char apache::geode::client::_exception_name_FunctionExecutionException[] = "apache::geode::client::" "FunctionExecutionException"

Thrown if function execution failed.

◆ _exception_name_GeodeConfigException

const char apache::geode::client::_exception_name_GeodeConfigException[] = "apache::geode::client::" "GeodeConfigException"

Thrown when geode configuration file is incorrect.

◆ _exception_name_GeodeIOException

const char apache::geode::client::_exception_name_GeodeIOException[] = "apache::geode::client::" "GeodeIOException"

Thrown when there is an input/output error.

◆ _exception_name_IllegalArgumentException

const char apache::geode::client::_exception_name_IllegalArgumentException[] = "apache::geode::client::" "IllegalArgumentException"

Thrown when an argument to a method is illegal.

◆ _exception_name_IllegalStateException

const char apache::geode::client::_exception_name_IllegalStateException[] = "apache::geode::client::" "IllegalStateException"

Thrown when the state of cache is manipulated to be illegal.

◆ _exception_name_InitFailedException

const char apache::geode::client::_exception_name_InitFailedException[] = "apache::geode::client::" "InitFailedException"

Thrown when persistence manager fails to initialize.

◆ _exception_name_InterruptedException

const char apache::geode::client::_exception_name_InterruptedException[] = "apache::geode::client::" "InterruptedException"

Thrown when an operation is interrupted.

◆ _exception_name_InvalidDeltaException

const char apache::geode::client::_exception_name_InvalidDeltaException[] = "apache::geode::client::" "InvalidDeltaException"

Thrown if Delta could not be applied.

◆ _exception_name_KeyNotFoundException

const char apache::geode::client::_exception_name_KeyNotFoundException[] = "apache::geode::client::" "KeyNotFoundException"

Thrown if a Key is not present in the region.

◆ _exception_name_LeaseExpiredException

const char apache::geode::client::_exception_name_LeaseExpiredException[] = "apache::geode::client::" "LeaseExpiredException"

Thrown when lease of cache proxy has expired.

◆ _exception_name_MessageException

const char apache::geode::client::_exception_name_MessageException[] = "apache::geode::client::" "MessageException"

Thrown when an unknown message is received from the server.

◆ _exception_name_NoAvailableLocatorsException

const char apache::geode::client::_exception_name_NoAvailableLocatorsException[] = "apache::geode::client::" "NoAvailableLocatorsException"

Thrown if the No locators are active to reply for new connection.

◆ _exception_name_NoSystemException

const char apache::geode::client::_exception_name_NoSystemException[] = "apache::geode::client::" "NoSystemException"

Thrown when the connecting target is not running.

◆ _exception_name_NotAuthorizedException

const char apache::geode::client::_exception_name_NotAuthorizedException[] = "apache::geode::client::" "NotAuthorizedException"

Thrown when a non authorized operation is done.

◆ _exception_name_NotConnectedException

const char apache::geode::client::_exception_name_NotConnectedException[] = "apache::geode::client::" "NotConnectedException"

Thrown when an operation is attempted before connecting to the distributed system.

◆ _exception_name_NotOwnerException

const char apache::geode::client::_exception_name_NotOwnerException[] = "apache::geode::client::" "NotOwnerException"

Thrown when an attempt is made to release a lock not owned by the thread.

◆ _exception_name_NullPointerException

const char apache::geode::client::_exception_name_NullPointerException[] = "apache::geode::client::" "NullPointerException"

Thrown when a null argument is provided to a method where it is expected to be non-null.

◆ _exception_name_OutOfMemoryException

const char apache::geode::client::_exception_name_OutOfMemoryException[] = "apache::geode::client::" "OutOfMemoryException"

Thrown when the system cannot allocate any more memory.

◆ _exception_name_OutOfRangeException

const char apache::geode::client::_exception_name_OutOfRangeException[] = "apache::geode::client::" "OutOfRangeException"

Thrown when bound of array/vector etc.

is exceeded.

◆ _exception_name_PutAllPartialResultException

const char apache::geode::client::_exception_name_PutAllPartialResultException[] = "apache::geode::client::" "PutAllPartialResultException"

Thrown if putAll operation with single hop succeeded partially.

◆ _exception_name_QueryException

const char apache::geode::client::_exception_name_QueryException[] = "apache::geode::client::" "QueryException"

Thrown when query exception occurs at the server.

◆ _exception_name_RegionCreationFailedException

const char apache::geode::client::_exception_name_RegionCreationFailedException[] = "apache::geode::client::" "RegionCreationFailedException"

Thrown when a region creation operation fails.

◆ _exception_name_RegionDestroyedException

const char apache::geode::client::_exception_name_RegionDestroyedException[] = "apache::geode::client::" "RegionDestroyedException"

Thrown when an operation is attempted on a destroyed region.

◆ _exception_name_RegionExistsException

const char apache::geode::client::_exception_name_RegionExistsException[] = "apache::geode::client::" "RegionExistsException"

Thrown when an attempt is made to create an existing region.

◆ _exception_name_RollbackException

const char apache::geode::client::_exception_name_RollbackException[] = "apache::geode::client::" "RollbackException"

The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only.

◆ _exception_name_ShutdownFailedException

const char apache::geode::client::_exception_name_ShutdownFailedException[] = "apache::geode::client::" "ShutdownFailedException"

Thrown when persistence manager fails to close properly.

◆ _exception_name_StatisticsDisabledException

const char apache::geode::client::_exception_name_StatisticsDisabledException[] = "apache::geode::client::" "StatisticsDisabledException"

Thrown when statistics are invoked for a region where they are disabled.

◆ _exception_name_TimeoutException

const char apache::geode::client::_exception_name_TimeoutException[] = "apache::geode::client::" "TimeoutException"

Thrown when a timout occurs.

◆ _exception_name_TransactionDataNodeHasDepartedException

const char apache::geode::client::_exception_name_TransactionDataNodeHasDepartedException[] = "apache::geode::client::" "TransactionDataNodeHasDepartedException"

Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction.

This can be thrown while doing transactional operations or during commit.

◆ _exception_name_TransactionDataRebalancedException

const char apache::geode::client::_exception_name_TransactionDataRebalancedException[] = "apache::geode::client::" "TransactionDataRebalancedException"

Thrown when a RebalanceOperation occurs concurrently with a transaction.

This can be thrown while doing transactional operations or during commit.

◆ _exception_name_TransactionException

const char apache::geode::client::_exception_name_TransactionException[] = "apache::geode::client::" "TransactionException"

This is for all Exceptions that may be thrown by a Geode transaction.

◆ _exception_name_UnknownException

const char apache::geode::client::_exception_name_UnknownException[] = "apache::geode::client::" "UnknownException"

An unknown exception occurred.

◆ _exception_name_UnsupportedOperationException

const char apache::geode::client::_exception_name_UnsupportedOperationException[] = "apache::geode::client::" "UnsupportedOperationException"

Thrown when an operation unsupported by the current configuration is attempted.

◆ _exception_name_WrongRegionScopeException

const char apache::geode::client::_exception_name_WrongRegionScopeException[] = "apache::geode::client::" "WrongRegionScopeException"

Thrown when a region is created in an incorrect scope.


Pivotal GemFire C++ Cache API Documentation