VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
ExceptionTypes.hpp
A description of an exception that occurred during a cache operation.
Definition Exception.hpp:45
A geode assertion exception.
Definition ExceptionTypes.hpp:40
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:44
Thrown when an argument to a method is illegal.
Definition ExceptionTypes.hpp:52
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:56
Thrown when the state of cache is manipulated to be illegal.
Definition ExceptionTypes.hpp:64
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:68
Thrown when an attempt is made to create an existing cache.
Definition ExceptionTypes.hpp:76
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:80
Thrown when the cache xml is incorrect.
Definition ExceptionTypes.hpp:88
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:92
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:103
Thrown when the cache writer aborts the operation.
Definition ExceptionTypes.hpp:111
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:115
Thrown when an attempt is made to create an existing region.
Definition ExceptionTypes.hpp:123
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:127
Thrown when an operation is attempted on a closed cache.
Definition ExceptionTypes.hpp:135
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:139
Thrown when lease of cache proxy has expired.
Definition ExceptionTypes.hpp:147
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:151
Thrown when the cache loader aborts the operation.
Definition ExceptionTypes.hpp:159
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:163
Thrown when an operation is attempted on a destroyed region.
Definition ExceptionTypes.hpp:171
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:175
Thrown when an operation is attempted on a destroyed entry.
Definition ExceptionTypes.hpp:183
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:187
Thrown when the connecting target is not running.
Definition ExceptionTypes.hpp:195
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:199
Thrown when an attempt is made to connect to DistributedSystem second time.
Definition ExceptionTypes.hpp:208
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:212
Thrown when a non-existing file is accessed.
Definition ExceptionTypes.hpp:220
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:224
Thrown when an operation is interrupted.
Definition ExceptionTypes.hpp:232
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:236
Thrown when an operation unsupported by the current configuration is attempted.
Definition ExceptionTypes.hpp:245
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:249
Thrown when statistics are invoked for a region where they are disabled.
Definition ExceptionTypes.hpp:258
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:262
Thrown when a concurrent operation fails.
Definition ExceptionTypes.hpp:270
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:274
An unknown exception occurred.
Definition ExceptionTypes.hpp:282
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:286
Thrown when a cast operation fails.
Definition ExceptionTypes.hpp:294
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:298
Thrown when an operation is attempted on a non-existent entry.
Definition ExceptionTypes.hpp:306
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:310
Thrown when there is an input/output error.
Definition ExceptionTypes.hpp:318
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:322
Thrown when geode configuration file is incorrect.
Definition ExceptionTypes.hpp:330
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:334
Thrown when a null argument is provided to a method where it is expected to be non-null.
Definition ExceptionTypes.hpp:343
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:347
Thrown when attempt is made to create an existing entry.
Definition ExceptionTypes.hpp:355
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:359
Thrown when an operation is attempted before connecting to the distributed system.
Definition ExceptionTypes.hpp:368
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:372
Thrown when there is an error in the cache proxy.
Definition ExceptionTypes.hpp:380
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:384
Thrown when the system cannot allocate any more memory.
Definition ExceptionTypes.hpp:392
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:396
Thrown when an attempt is made to release a lock not owned by the thread.
Definition ExceptionTypes.hpp:405
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:409
Thrown when a region is created in an incorrect scope.
Definition ExceptionTypes.hpp:417
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:421
Thrown when the internal buffer size is exceeded.
Definition ExceptionTypes.hpp:429
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:433
Thrown when a region creation operation fails.
Definition ExceptionTypes.hpp:441
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:445
Thrown when there is a fatal internal exception in geode.
Definition ExceptionTypes.hpp:453
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:457
Thrown by the persistence manager when a write fails due to disk failure.
Definition ExceptionTypes.hpp:466
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:470
Thrown by the persistence manager when the data to be read from disk is corrupt.
Definition ExceptionTypes.hpp:479
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:483
Thrown when persistence manager fails to initialize.
Definition ExceptionTypes.hpp:491
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:495
Thrown when persistence manager fails to close properly.
Definition ExceptionTypes.hpp:503
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:507
Thrown when an exception occurs on the cache server.
Definition ExceptionTypes.hpp:515
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:519
Thrown when bound of array/vector etc.
Definition ExceptionTypes.hpp:527
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:531
Thrown when query exception occurs at the server.
Definition ExceptionTypes.hpp:539
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:543
Thrown when an unknown message is received from the server.
Definition ExceptionTypes.hpp:551
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:555
Thrown when a non authorized operation is done.
Definition ExceptionTypes.hpp:563
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:567
Thrown when authentication fails.
Definition ExceptionTypes.hpp:575
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:579
Thrown when no credentials are provided by client when server expects.
Definition ExceptionTypes.hpp:587
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:591
Thrown when two durable connect with same Id.
Definition ExceptionTypes.hpp:599
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:603
Thrown when the cache listener throws an exception.
Definition ExceptionTypes.hpp:611
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:615
Thrown during continuous query execution time.
Definition ExceptionTypes.hpp:622
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:626
Thrown if the Cq on which the operaion performed is closed.
Definition ExceptionTypes.hpp:633
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:637
Thrown if the Cq Query failed.
Definition ExceptionTypes.hpp:644
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:648
Thrown if a Cq by this name already exists on this client.
Definition ExceptionTypes.hpp:655
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:659
Thrown if the query doesnot meet the CQ constraints.
Definition ExceptionTypes.hpp:673
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:677
Thrown if function execution failed.
Definition ExceptionTypes.hpp:684
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:688
Thrown if the No locators are active to reply for new connection.
Definition ExceptionTypes.hpp:695
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:699
Thrown if all connections in the pool are in use.
Definition ExceptionTypes.hpp:706
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:710
Thrown if Delta could not be applied.
Definition ExceptionTypes.hpp:717
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:721
Thrown if a Key is not present in the region.
Definition ExceptionTypes.hpp:728
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:732
This is for all Exceptions that may be thrown by a Geode transaction.
Definition ExceptionTypes.hpp:740
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:744
The RollbackException exception indicates that either the transaction has been rolled back or an oper...
Definition ExceptionTypes.hpp:753
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:757
Thrown when a commit fails due to a write conflict.
Definition ExceptionTypes.hpp:765
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:769
Thrown when the transactional data host has shutdown or no longer has the data being modified by the ...
Definition ExceptionTypes.hpp:780
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:784
Thrown when a RebalanceOperation occurs concurrently with a transaction.
Definition ExceptionTypes.hpp:794
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:798
Thrown if putAll operation with single hop succeeded partially.
Definition ExceptionTypes.hpp:806
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:810
Thrown if an operation causes fails due to critical memory threshold reached.
Definition ExceptionTypes.hpp:819
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:823
Thrown if the query monitoring featuring detects the server is running low on memory.
Definition ExceptionTypes.hpp:832
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:836
Thrown when an error is encountered during an SSL operation.
Definition ExceptionTypes.hpp:844
std::string getName() const override
Return the name of this exception type.
Definition ExceptionTypes.hpp:848
Apache Geode C++ Cache API Documentation