VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
apache::geode::client::TransactionDataNodeHasDepartedException Class Reference
Thrown when the transactional data host has shutdown or no longer has the data being modified by the transaction. More...
#include <ExceptionTypes.hpp>
Inherits apache::geode::client::Exception.
Public Member Functions | |
| virtual const std::string & | getMessage () const noexcept |
| Get a message with details regarding this exception. | |
| std::string | getName () const override |
| Return the name of this exception type. | |
| virtual std::string | getStackTrace () const |
| Get a stacktrace string from the location the exception was created. | |
Detailed Description
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.
Member Function Documentation
◆ getMessage()
|
virtualnoexceptinherited |
Get a message with details regarding this exception.
"
◆ getName()
|
inlineoverridevirtual |
Return the name of this exception type.
Reimplemented from apache::geode::client::Exception.
◆ getStackTrace()
|
virtualinherited |
Get a stacktrace string from the location the exception was created.
Apache Geode C++ Cache API Documentation