IBR-DTNSuite  0.10
dtn::net::WrongSeqNoException Class Reference

#include <DatagramService.h>

Inheritance diagram for dtn::net::WrongSeqNoException:
Inheritance graph
Collaboration diagram for dtn::net::WrongSeqNoException:
Collaboration graph

Public Member Functions

 WrongSeqNoException (size_t exp_seqno)
 
virtual ~WrongSeqNoException () throw ()
 
- Public Member Functions inherited from dtn::net::DatagramException
 DatagramException (const std::string &what)
 
virtual ~DatagramException () throw ()
 
- Public Member Functions inherited from ibrcommon::Exception
 Exception () throw ()
 
 Exception (const exception &) throw ()
 
virtual ~Exception () throw ()
 
virtual const char * what () const throw ()
 
 Exception (string what) throw ()
 

Public Attributes

const size_t expected_seqno
 

Additional Inherited Members

- Protected Attributes inherited from ibrcommon::Exception
string _what
 

Detailed Description

Definition at line 28 of file DatagramService.h.

Constructor & Destructor Documentation

dtn::net::WrongSeqNoException::WrongSeqNoException ( size_t  exp_seqno)
inline

Definition at line 31 of file DatagramService.h.

virtual dtn::net::WrongSeqNoException::~WrongSeqNoException ( ) throw ()
inlinevirtual

Definition at line 35 of file DatagramService.h.

Member Data Documentation

const size_t dtn::net::WrongSeqNoException::expected_seqno

Definition at line 35 of file DatagramService.h.

Referenced by dtn::net::DatagramConnection::queue().


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