ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Member Functions | List of all members
connection_error Class Reference

Exception thrown when client connection or handshake fails. More...

#include <connection_error.hpp>

Inherits runtime_error.

Collaboration diagram for connection_error:
Collaboration graph

Public Member Functions

 connection_error (const std::string &message)
 
 connection_error (const char *message)
 

Detailed Description

Exception thrown when client connection or handshake fails.

This exception provides detailed error messages for connection failures, protocol mismatches, and handshake errors.