class tcpsocket::SSLSocketException

An exception thrown by the SSLSocket class.

Child Classes

An exception thrown by the SSLSocket class. This exception is generated in response to an error generated by the SSL library.

This class has no child classes.

Inheritance:


Public Methods

[more] SSLSocketException(const char* error) throw()
Constructs from a string message
[more] SSLSocketException(const std::exception& src) throw()
Copy constructor
[more] SSLSocketException() throw()
Default Constructor
[more]std::exception& operator= (const std::exception& src) throw()
Copy operator
[more]virtual const char* what() const throw()
Provides the error message
[more]virtual ~SSLSocketException() throw()
Destructor

Inherited from SocketException:

Public Methods

ovirtual int getError()
oSocketException& operator =(const SocketException& e) throw()

Member Documentation


SSLSocketException () throw()
Default Constructor


SSLSocketException (const char* error) throw()
Constructs from a string message
Parameters:
error - The error to be represented in this exception


SSLSocketException (const std::exception& src) throw()
Copy constructor
Parameters:
src - the source exception


std::exception& operator= (const std::exception& src) throw()
Copy operator
Parameters:
src - Source object
Returns:
A reference to this object


virtual ~SSLSocketException () throw()
Destructor


virtual const char* what () const throw()
Provides the error message
Returns:
The error message

Table of Contents HTML hierarchy of classes or Java


Safmq Documentation, copyright (c) 2004-2010 Matthew J. Battey, Licensed Under Apache License Ver 2.0
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads