rwlogo
SourcePro 11.1

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

RWSecureSocketError Class Reference
[Secure Sockets]

Thrown when a problem occurs while trying to use a RWSecureSocket. More...

#include <rw/secsock/except.h>

Inheritance diagram for RWSecureSocketError:
RWInternalErr RWxmsg

List of all members.

Public Member Functions

 RWSecureSocketError (int errorNumber, const RWCString &funcname)
RWCString where (void) const
RWCString errDescription (void) const
int errorNumber (void) const

Static Public Member Functions

static RWCString errNumberToString (int errorNumber)

Detailed Description

An RWSecureSocketError is thrown when a problem occurs while trying to use a RWSecureSocket.


Constructor & Destructor Documentation

RWSecureSocketError::RWSecureSocketError ( int  errorNumber,
const RWCString funcname 
) [inline]

Constructor.


Member Function Documentation

RWCString RWSecureSocketError::errDescription ( void   )  const [inline]

Returns a text description of the error condition.

static RWCString RWSecureSocketError::errNumberToString ( int  errorNumber  )  [static]

Static function that converts an error number to a text string.

int RWSecureSocketError::errorNumber ( void   )  const [inline]

Returns the error number.

RWCString RWSecureSocketError::where ( void   )  const [inline]

Returns the name of the function that threw the exception.


© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.