OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
UnexpectedSequenceNumberException Class Reference

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

Public Member Functions

 UnexpectedSequenceNumberException (Messaging::SbeMessage receivedMessage, const std::string &rejectReason, SeqNumber actualSeqNum, SeqNumber expectedSeqNum)
 
 ~UnexpectedSequenceNumberException () noexceptoverride ONIXS_CONFLATEDTCP_DEFAULT
 
SeqNumber actualSeqNum () const
 
SeqNumber expectedSeqNum () const
 
Messaging::SbeMessage receivedMessage () 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 () noexceptoverride ONIXS_CONFLATEDTCP_DEFAULT
 
const char * what () const noexceptoverride
 
SessionErrorReason::Enum reason () const
 
const std::string & toString () const
 

Detailed Description

Definition at line 99 of file SessionException.h.

Constructor & Destructor Documentation

UnexpectedSequenceNumberException ( Messaging::SbeMessage  receivedMessage,
const std::string &  rejectReason,
SeqNumber  actualSeqNum,
SeqNumber  expectedSeqNum 
)
~UnexpectedSequenceNumberException ( )
overridenoexcept

Member Function Documentation

SeqNumber actualSeqNum ( ) const
inline

Definition at line 108 of file SessionException.h.

SeqNumber expectedSeqNum ( ) const
inline

Definition at line 113 of file SessionException.h.

Messaging::SbeMessage receivedMessage ( ) const

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