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
- 
 SSLSocketException(const char* error) throw()
 - 
 Constructs from a string message
 
 - 
 SSLSocketException(const std::exception& src) throw()
 - 
 Copy constructor
 
 - 
 SSLSocketException() throw()
 - 
 Default Constructor
 - 
std::exception& operator= (const std::exception& src) throw()
 - 
 Copy operator
 
 - 
virtual   const char* what() const  throw()
 - 
 Provides the error message
 
 - 
virtual   ~SSLSocketException() throw()
 - 
 Destructor
 
Inherited from SocketException:
Public Methods
- 
virtual   int getError()
- 
SocketException& 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: