#include <Channel.hpp>
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... |
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.
|
Create with a possible cause of the exception.
Definition at line 118 of file Channel.hpp. |
|
Definition at line 119 of file Channel.hpp. |
|
Return the cause of exception.
Definition at line 122 of file Channel.hpp. |
|
cause of exception.
Definition at line 126 of file Channel.hpp. |
Copyright © 2001 SL_OpenSource XML Project. All Rights Reserved