OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
SessionException Class Reference

Public Member Functions

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

Detailed Description

Definition at line 41 of file SessionException.h.

Constructor & Destructor Documentation

◆ SessionException() [1/2]

SessionException ( SessionErrorReason::Enum reason,
const std::string & message )

◆ SessionException() [2/2]

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

◆ ~SessionException()

~SessionException ( )
overridedefaultnoexcept

Member Function Documentation

◆ reason()

SessionErrorReason::Enum reason ( ) const
inline

Definition at line 52 of file SessionException.h.

◆ toString()

const std::string & toString ( ) const
inline

Definition at line 57 of file SessionException.h.

◆ what()

const char * what ( ) const
overridenoexcept