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

Base class for all exception originated from Hazelcast methods. More...

#include <IException.h>

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

Public Member Functions

 IException ()
 Constructor.
 
 IException (const std::string &source, const std::string &message)
 Constructor.
 
virtual ~IException () throw ()
 Destructor.
 
virtual char const * what () const throw ()
 return exception explanation string.
 
const std::string & getSource () const
 
const std::string & getMessage () const
 
virtual void raise ()
 

Detailed Description

Base class for all exception originated from Hazelcast methods.

If exception coming from hazelcast servers cannot be identified, it will be fired as IException.

See Also
InstanceNotActiveException
InterruptedException
IOException
HazelcastSerializationException
IClassCastException
IllegalStateException
IllegalArgumentException

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