|
reSIProcate/stack
9694
|
General exception class for Transport. More...
#include <Transport.hxx>


Public Member Functions | |
| Exception (const Data &msg, const Data &file, const int line) | |
| const char * | name () const |
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.
Definition at line 30 of file Transport.cxx.
: BaseException(msg,file,line) { }
| const char* resip::Transport::Exception::name | ( | ) | const [inline, virtual] |
Implements resip::BaseException.
Definition at line 87 of file Transport.hxx.
{ return "TransportException"; }
1.7.5.1