![]() |
Lightstreamer iOS Client 1.2.6
Native iOS Client library for Lightstreamer
|
The LSPushConnectionException class incapsulates exceptions thrown due to connectivy problems with the Server. More...
#import <LSPushConnectionException.h>
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. |
The LSPushConnectionException class incapsulates exceptions thrown due to connectivy problems with the Server.
- (id) initWithReason: | (NSString *) | reason | |
, | ... | ||
Initializes an LSPushConnectionException object with specified parameters.
reason | Reason of the exception. |
- (id) initWithReason: | (NSString *) | reason | |
arguments: | (va_list) | arguments | |
Initializes an LSPushConnectionException object with specified parameters.
reason | Reason of the exception. |
arguments | Variable argument list of parameters. |
+ (void) raiseWithReason: | (NSString *) | reason | |
, | ... | ||
Creates and raises an LSPushConnectionException object with specified parameters.
reason | Reason of the exception. |