Cross-Platform C++

ot::ssl
class SSLException

#include "ot/ssl/SSLException.h"

ot::io::IOException ot::Exception ot::ssl::SSLHandshakeException ot::ssl::SSLPeerUnverifiedException Thrown when an error condition is detected by the SSL framework classes. Objects of this class or derived classes are thrown when an error occurs during an I/O operation using SSL.




Constructor/Destructor Summary
SSLException()
         Constructs a SSLException without a detail message.
SSLException(const String& message)
         Constructs a SSLException with a detail message.

Method Summary
 virtual String getExceptionType() const
         Returns the class name as a String.

Methods inherited from class ot::Exception
getDescription(), getLocalizedDescription(), getMessage(), setMessage(const String&), toString()

Constructor/Destructor Detail

SSLException

 SSLException()
Constructs a SSLException without a detail message.


SSLException

 SSLException(const String& message)
Constructs a SSLException with a detail message.

Parameters:
message - the detail message.

Method Detail

getExceptionType

virtual String getExceptionType() const
Returns the class name as a String. This method should be overridden in all derived classes to return the name of the derived class.

See also:
getDescription()


Cross-Platform C++

Found a bug or missing feature? Please email us at support@elcel.com

Copyright © 2000-2005 ElCel Technology   Trademark Acknowledgements