Cross-Platform C++

ot::net
class SocketTimeoutException

#include "ot/net/SocketTimeoutException.h"

ot::io::InterruptedIOException ot::io::IOException ot::Exception Thrown when a time-out occurs on a socket performing a read(), accept() or connect() call.




Constructor/Destructor Summary
SocketTimeoutException(const String& message)
         Constructs a SocketTimeoutException 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, toString

Constructor/Destructor Detail

SocketTimeoutException

 SocketTimeoutException(const String& message)
Constructs a SocketTimeoutException 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-2003 ElCel Technology   Trademark Acknowledgements