RSB  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
rsb::UnsupportedQualityOfServiceException Class Reference

An exception indicating that a desired QualityOfServiceSpec cannot be reached by a transport. More...

#include <UnsupportedQualityOfServiceException.h>

Inheritance diagram for rsb::UnsupportedQualityOfServiceException:
Inheritance graph
Collaboration diagram for rsb::UnsupportedQualityOfServiceException:
Collaboration graph

Public Member Functions

 UnsupportedQualityOfServiceException (const std::string &message, const QualityOfServiceSpec &spec)
 
virtual ~UnsupportedQualityOfServiceException () throw ()
 
virtual const char * what () const throw ()
 

Private Attributes

std::string message
 
QualityOfServiceSpec spec
 

Additional Inherited Members

- Private Member Functions inherited from rsb::Exception
 Exception ()
 
 Exception (const std::string &m)
 
virtual ~Exception () throw ()
 

Detailed Description

An exception indicating that a desired QualityOfServiceSpec cannot be reached by a transport.

Author
jwienke

Definition at line 43 of file UnsupportedQualityOfServiceException.h.

Constructor & Destructor Documentation

rsb::UnsupportedQualityOfServiceException::UnsupportedQualityOfServiceException ( const std::string &  message,
const QualityOfServiceSpec spec 
)

Definition at line 35 of file UnsupportedQualityOfServiceException.cpp.

rsb::UnsupportedQualityOfServiceException::~UnsupportedQualityOfServiceException ( )
throw (
)
virtual

Definition at line 40 of file UnsupportedQualityOfServiceException.cpp.

Member Function Documentation

const char * rsb::UnsupportedQualityOfServiceException::what ( ) const
throw (
)
virtual

Definition at line 43 of file UnsupportedQualityOfServiceException.cpp.

References message, and spec.

Member Data Documentation

std::string rsb::UnsupportedQualityOfServiceException::message
private

Definition at line 54 of file UnsupportedQualityOfServiceException.h.

Referenced by what().

QualityOfServiceSpec rsb::UnsupportedQualityOfServiceException::spec
private

Definition at line 55 of file UnsupportedQualityOfServiceException.h.

Referenced by what().


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