OnixS C++ CME MDP Conflated TCP Handler  1.3.6
API Documentation
SessionException Class Reference

#include <OnixS/CME/ConflatedTCP/SessionException.h>

Public Member Functions

 SessionException (SessionErrorReason::Enum reason, const std::string &message)
 
 SessionException (SessionErrorReason::Enum reason, const std::string &message, const std::exception &cause)
 
 ~SessionException () noexceptoverride=default
 
const char * what () const noexceptoverride
 
SessionErrorReason::Enum reason () const
 
const std::string & toString () const
 

Detailed Description

Definition at line 41 of file SessionException.h.

Constructor & Destructor Documentation

SessionException ( SessionErrorReason::Enum  reason,
const std::string &  message 
)
SessionException ( SessionErrorReason::Enum  reason,
const std::string &  message,
const std::exception &  cause 
)
~SessionException ( )
overridedefaultnoexcept

Member Function Documentation

SessionErrorReason::Enum reason ( ) const
inline

Definition at line 52 of file SessionException.h.

const std::string& toString ( ) const
inline

Definition at line 57 of file SessionException.h.

const char* what ( ) const
overridenoexcept

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