16#import "OFConnectSocketFailedException.h"
18OF_ASSUME_NONNULL_BEGIN
28OF_SUBCLASSING_RESTRICTED
37@property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *
path;
47+ (instancetype)exceptionWithPath: (
OFString *)path
51+ (instancetype)exceptionWithSocket: (
id)socket
52 errNo: (
int)errNo OF_UNAVAILABLE;
62- (instancetype)initWithPath: (
OFString *)path
64 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
66- (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
An exception indicating that a connection could not be established.
Definition OFConnectSocketFailedException.h:34
An exception indicating that a UNIX socket connection could not be established.
Definition OFConnectUNIXSocketFailedException.h:30
OFString * path
The path to which the connection failed.
Definition OFConnectUNIXSocketFailedException.h:37
A class for handling strings.
Definition OFString.h:135