Lightstreamer iOS Client 1.1.1
Native iOS/Mac OS X Client library for Lightstreamer Server version 4.x and up
Public Member Functions | Static Public Member Functions

LSPushConnectionException Class Reference

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

#import <LSPushConnectionException.h>

Inheritance diagram for LSPushConnectionException:
LSException

List of all members.

Public Member Functions

(id) - initWithReason:
 Initializes an LSPushConnectionException object with specified parameters.
(id) - initWithReason:arguments:
 Initializes an LSPushConnectionException object with specified parameters.

Static Public Member Functions

(void) + raiseWithReason:
 Creates and raises an LSPushConnectionException object with specified parameters.

Detailed Description

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


Member Function Documentation

- (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.
+ (void) raiseWithReason: (NSString *)  reason
,   ... 

Creates and raises an LSPushConnectionException object with specified parameters.

Parameters:
reasonReason of the exception.
Returns:
The LSPushConnectionException object.

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