reSIProcate/stack  9694
Public Member Functions
resip::Transport::Exception Class Reference

General exception class for Transport. More...

#include <Transport.hxx>

Inheritance diagram for resip::Transport::Exception:
Inheritance graph
[legend]
Collaboration diagram for resip::Transport::Exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Exception (const Data &msg, const Data &file, const int line)
const char * name () const

Detailed Description

General exception class for Transport.

This would be thrown if there was an attempt to bind to a port that is already in use.

Definition at line 83 of file Transport.hxx.


Constructor & Destructor Documentation

Transport::Exception::Exception ( const Data msg,
const Data file,
const int  line 
)

Definition at line 30 of file Transport.cxx.

                                                                               :
   BaseException(msg,file,line)
{
}

Member Function Documentation

const char* resip::Transport::Exception::name ( ) const [inline, virtual]

Implements resip::BaseException.

Definition at line 87 of file Transport.hxx.

{ return "TransportException"; }

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