Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
Public Member Functions | Static Public Member Functions | Properties

LSPushServerException Class Reference

The LSPushServerException class incapsulates exceptions thrown due to a specific error returned by the Server. More...

#import <LSPushServerException.h>

Inheritance diagram for LSPushServerException:
LSException

List of all members.

Public Member Functions

(id) - initWithCode:reason:
 Initializes an LSPushServerException object with specified parameters.
(id) - initWithCode:reason:arguments:
 Initializes an LSPushServerException object with specified parameters.

Static Public Member Functions

(void) + raiseWithCode:reason:
 Creates and raises an LSPushServerException object with specified parameters.

Properties

int errorCode
 The specific error code returned by the Server.

Detailed Description

The LSPushServerException class incapsulates exceptions thrown due to a specific error returned by the Server.


Member Function Documentation

- (id) initWithCode: (int)  errorCode
reason: (NSString *)  reason
,   ... 

Initializes an LSPushServerException object with specified parameters.

Parameters:
errorCodeThe specific error code returned by the Server.
reasonReason of the exception.
Returns:
The LSPushServerException object.
- (id) initWithCode: (int)  errorCode
reason: (NSString *)  reason
arguments: (va_list)  arguments 

Initializes an LSPushServerException object with specified parameters.

Parameters:
errorCodeThe specific error code returned by the Server.
reasonReason of the exception.
argumentsVariable argument list of parameters.
Returns:
The LSPushServerException object.
+ (void) raiseWithCode: (int)  errorCode
reason: (NSString *)  reason
,   ... 

Creates and raises an LSPushServerException object with specified parameters.

Parameters:
errorCodeThe specific error code returned by the Server.
reasonReason of the exception.
Returns:
The LSPushServerException object.

Property Documentation

- (int) errorCode [read, assign]

The specific error code returned by the Server.


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