Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::exception::UnexpectedMessageTypeException Class Reference

If the type expected by the message decoder is different from the received message type, this exception is thrown. More...

#include <UnexpectedMessageTypeException.h>

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

Public Member Functions

 UnexpectedMessageTypeException (const std::string &source, int actualType, int expectedType)
 Constructor.
 
virtual ~UnexpectedMessageTypeException () throw ()
 Destructor.
 
virtual 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.
 
const std::string & getSource () const
 
const std::string & getMessage () const
 
virtual void raise ()
 

Detailed Description

If the type expected by the message decoder is different from the received message type, this exception is thrown.


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