OFConnectionFailedException Class Reference
#import <OFExceptions.h>
List of all members.
Detailed Description
An OFException indicating that the connection could not be established.
Member Function Documentation
- Returns:
- The errno from when the exception was created
- (id) initWithClass: |
|
(Class) |
class_ |
node: |
|
(OFString*) |
node |
service: |
|
(OFString*) |
service | |
|
|
| | |
Initializes an already allocated connection failed exception.
- Parameters:
-
| class_ | The class of the object which caused the exception |
| node | The node to which the connection failed |
| service | The service on the node to which the connection failed |
- Returns:
- An initialized connection failed exception
+ (id) newWithClass: |
|
(Class) |
class_ |
node: |
|
(OFString*) |
node |
service: |
|
(OFString*) |
service | |
|
|
| | |
- Parameters:
-
| class_ | The class of the object which caused the exception |
| node | The node to which the connection failed |
| service | The service on the node to which the connection failed |
- Returns:
- A new connection failed exception
- Returns:
- The node to which the connection failed
- Returns:
- The service on the node to which the connection failed
The documentation for this class was generated from the following files: