An exception indicating an attempt to connect or bind an already connected or bound socket.
More...
#include <OFAlreadyConnectedException.h>
List of all members.
Detailed Description
An exception indicating an attempt to connect or bind an already connected or bound socket.
Member Function Documentation
id OFAlreadyConnectedException::initWithClass:socket: |
( |
Class |
class_, |
|
|
[socket] OFTCPSocket* |
socket |
|
) |
| [virtual] |
Initializes an already allocated already connected exception.
- Parameters:
-
class_ | The class of the object which caused the exception |
socket | The socket which is already connected |
- Returns:
- An initialized already connected exception
id OFAlreadyConnectedException::newWithClass:socket: |
( |
Class |
class_, |
|
|
[socket] OFTCPSocket* |
socket |
|
) |
| [static, virtual] |
- Parameters:
-
class_ | The class of the object which caused the exception |
socket | The socket which is already connected |
- Returns:
- A new already connected exception
OFTCPSocket* OFAlreadyConnectedException::socket |
( |
| ) |
[virtual] |
- Returns:
- The socket which is already connected
The documentation for this class was generated from the following files: