Lightstreamer macOS Client  1.2.5
Native macOS Client library for Lightstreamer
Instance Methods | Class Methods | List of all members
LSPushConnectionException Class Reference

The LSPushConnectionException class incapsulates exceptions thrown due to connectivity problems with the Server. More...

#import <LSPushConnectionException.h>

Inheritance diagram for LSPushConnectionException:
LSException

Instance Methods

(id) - initWithReason:
 Initializes an LSPushConnectionException object with specified parameters. More...
 
(id) - initWithReason:arguments:
 Initializes an LSPushConnectionException object with specified parameters. More...
 
- Instance Methods inherited from LSException
(id) - initWithName:reason:
 Initializes an LSException object with specified parameters. More...
 
(id) - initWithName:reason:arguments:
 Initializes an LSException object with specified parameters. More...
 

Class Methods

(LSPushConnectionException *) + connectionExceptionWithReason:
 Creates and raises an LSPushConnectionException object with specified parameters. More...
 

Detailed Description

The LSPushConnectionException class incapsulates exceptions thrown due to connectivity problems with the Server.

Method Documentation

+ (LSPushConnectionException *) connectionExceptionWithReason: (NSString *)  reason
,   ... 

Creates and raises an LSPushConnectionException object with specified parameters.

Parameters
reasonReason of the exception.
Returns
The LSPushConnectionException object.
- (id) initWithReason: (NSString *)  reason
,   ... 

Initializes an LSPushConnectionException object with specified parameters.

Parameters
reasonReason of the exception.
Returns
The LSPushConnectionException object.
- (id) initWithReason: (NSString *)  reason
arguments: (va_list)  arguments 

Initializes an LSPushConnectionException object with specified parameters.

Parameters
reasonReason of the exception.
argumentsVariable argument list of parameters.
Returns
The LSPushConnectionException object.

The documentation for this class was generated from the following file: