reSIProcate/stack  9694
Public Member Functions
resip::UnsupportedAuthenticationScheme Class Reference

#include <Helper.hxx>

Inheritance diagram for resip::UnsupportedAuthenticationScheme:
Inheritance graph
[legend]
Collaboration diagram for resip::UnsupportedAuthenticationScheme:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 24 of file Helper.hxx.


Constructor & Destructor Documentation

resip::UnsupportedAuthenticationScheme::UnsupportedAuthenticationScheme ( const Data msg,
const Data file,
const int  line 
) [inline]

Definition at line 27 of file Helper.hxx.

         : BaseException(msg, file, line) {}

Member Function Documentation

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

Implements resip::BaseException.

Definition at line 30 of file Helper.hxx.

{ return "UnsupportedAuthenticationScheme"; }

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