![]() |
Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
|
The LSPushServerException class incapsulates exceptions thrown due to a specific error returned by the Server. More...
#import <LSPushServerException.h>
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. |
The LSPushServerException class incapsulates exceptions thrown due to a specific error returned by the Server.
- (id) initWithCode: | (int) | errorCode | |
reason: | (NSString *) | reason | |
, | ... | ||
Initializes an LSPushServerException object with specified parameters.
errorCode | The specific error code returned by the Server. |
reason | Reason of the exception. |
- (id) initWithCode: | (int) | errorCode | |
reason: | (NSString *) | reason | |
arguments: | (va_list) | arguments | |
Initializes an LSPushServerException object with specified parameters.
errorCode | The specific error code returned by the Server. |
reason | Reason of the exception. |
arguments | Variable argument list of parameters. |
+ (void) raiseWithCode: | (int) | errorCode | |
reason: | (NSString *) | reason | |
, | ... | ||
Creates and raises an LSPushServerException object with specified parameters.
errorCode | The specific error code returned by the Server. |
reason | Reason of the exception. |
- (int) errorCode [read, assign] |
The specific error code returned by the Server.