VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
UserFunctionExecutionException.hpp
This base class is the superclass of all user objects in the cache that can be serialized.
Definition Serializable.hpp:53
UserFunctionExecutionException class is used to encapsulate geode sendException in case of Function e...
Definition UserFunctionExecutionException.hpp:41
const std::string & getName() const
return as std::string the Exception name returned from geode sendException api.
Definition UserFunctionExecutionException.hpp:63
std::string toString() const override
Display this object as 'string', which depends on the implementation in the subclasses.
Definition UserFunctionExecutionException.hpp:57
const std::string & getMessage() const
return as std::string the Exception message returned from geode sendException api.
Definition UserFunctionExecutionException.hpp:55
Apache Geode C++ Cache API Documentation