OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
NegotiationRejectException Class Reference

Public Member Functions

 NegotiationRejectException (Messaging::NegotiationReject502 reject)
 ~NegotiationRejectException () noexcept override=default
NegotiationRejectErrorCode::Enum errorCodes () const
std::string rejectReason () const
Public Member Functions inherited from TypedSbeMessageAttachedExceptionBase< Messaging::NegotiationReject502 >
 TypedSbeMessageAttachedExceptionBase (SessionErrorReason::Enum reason, const std::string &message, Messaging::SbeMessage sbeMessage)
Messaging::NegotiationReject502 receivedMessage () const
Public Member Functions inherited from SbeMessageAttachedExceptionBase
 SbeMessageAttachedExceptionBase (SessionErrorReason::Enum reason, const std::string &message, Messaging::SbeMessage sbeMessage)
Messaging::SbeMessage receivedMessage () const
 ~SbeMessageAttachedExceptionBase () noexcept override=0
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 noexcept
const std::string & toString () const noexcept

Detailed Description

Definition at line 216 of file SessionException.h.

Constructor & Destructor Documentation

◆ NegotiationRejectException()

◆ ~NegotiationRejectException()

~NegotiationRejectException ( )
overridedefaultnoexcept

Member Function Documentation

◆ errorCodes()

NegotiationRejectErrorCode::Enum errorCodes ( ) const

◆ rejectReason()

std::string rejectReason ( ) const