Hazelcast C++ Client
 All Classes Functions Variables Enumerations Pages
Public Member Functions | List of all members
hazelcast::client::exception::HazelcastSerializationException Class Reference

Raised when an error occur during serialization or deserialization in Hazelcast. More...

#include <HazelcastSerializationException.h>

+ Inheritance diagram for hazelcast::client::exception::HazelcastSerializationException:

Public Member Functions

 HazelcastSerializationException (const std::string &source, const std::string &message)
 Constructor.
 
 ~HazelcastSerializationException () throw ()
 Destructor.
 
char const * what () const throw ()
 return exception explanation string.
 
- Public Member Functions inherited from hazelcast::client::exception::IException
 IException ()
 Constructor.
 
 IException (const std::string &source, const std::string &message)
 Constructor.
 
virtual ~IException () throw ()
 Destructor.
 

Detailed Description

Raised when an error occur during serialization or deserialization in Hazelcast.


The documentation for this class was generated from the following files: