An exception indicating an attempt to connect or bind an already connected or bound socket.
More...
#import <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) exceptionWithClass: |
|
(Class) |
class_ |
socket: |
|
(OFTCPSocket*) |
socket |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
socket | The socket which is already connected |
- Returns:
- A new already connected exception
- (id) initWithClass: |
|
(Class) |
class_ |
socket: |
|
(OFTCPSocket*) |
socket |
|
|
| |
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
- Returns:
- The socket which is already connected
The documentation for this class was generated from the following files: