Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

ChannelException Class Reference

The primitive socket exception for tranport layer to handle. More...

#include <Channel.hpp>

List of all members.

Public Methods

 ChannelException (std::string p_Err)
 Create with a possible cause of the exception. More...

 ~ChannelException ()
const std::string& GetErr ()
 Return the cause of exception. More...


Private Attributes

std::string m_Error
 cause of exception. More...


Detailed Description

The primitive socket exception for tranport layer to handle.

Implements primitive socket exceptions that should be handle by the transport that the SOAP message is carring

Definition at line 114 of file Channel.hpp.


Constructor & Destructor Documentation

ChannelException::ChannelException ( std::string p_Err ) [inline]
 

Create with a possible cause of the exception.

Definition at line 118 of file Channel.hpp.

ChannelException::~ChannelException ( ) [inline]
 

Definition at line 119 of file Channel.hpp.


Member Function Documentation

const std::string & ChannelException::GetErr ( ) [inline]
 

Return the cause of exception.

Definition at line 122 of file Channel.hpp.


Member Data Documentation

std::string ChannelException::m_Error [private]
 

cause of exception.

Definition at line 126 of file Channel.hpp.


The documentation for this class was generated from the following file: Axis C++ Client Lib - User's Guide

Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved