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

Public Member Functions

 NegotiationRejectException (Messaging::NegotiationReject201 reject)
 ~NegotiationRejectException () noexcept override=default
std::string rejectReason () const
Messaging::ErrorCodes::Enum errorCodes () const
Public Member Functions inherited from SessionException
 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 153 of file SessionException.h.

Constructor & Destructor Documentation

◆ NegotiationRejectException()

◆ ~NegotiationRejectException()

~NegotiationRejectException ( )
overridedefaultnoexcept

Member Function Documentation

◆ errorCodes()

Messaging::ErrorCodes::Enum errorCodes ( ) const
inline

Definition at line 166 of file SessionException.h.

◆ rejectReason()

std::string rejectReason ( ) const
inline

Definition at line 161 of file SessionException.h.