ot::net
class SocketException
#include "ot/net/SocketException.h"
Thrown when an error occurs while performing network socket operations.
Constructor/Destructor Summary |
SocketException(const String& message)
Constructs a SocketException with a detail message. |
Constructor/Destructor Detail |
SocketException
SocketException(const String& message)
-
Constructs a SocketException with a detail message.
- Parameters:
message
-
the detail message.
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()
Found a bug or missing feature? Please email us at support@elcel.com