KMInvalidSelectorException Class Reference
Inherits from | KMJMSException : KCException : NSException |
Declared in | KMInvalidSelectorException.h |
Overview
This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
Tasks
-
– initWithReason:errorCode:
Initializes a KMInvalidSelectorException with the specified reason and error code.
-
– initWithReason:
Initializes a KMInvalidSelectorException with the specified reason. The error code defaults to nil.
Instance Methods
initWithReason:
Initializes a KMInvalidSelectorException with the specified reason. The error code defaults to nil.
- (KMInvalidSelectorException *)initWithReason:(NSString *)reason
Parameters
- reason
a description of the exception
Declared In
KMInvalidSelectorException.h
initWithReason:errorCode:
Initializes a KMInvalidSelectorException with the specified reason and error code.
- (KMInvalidSelectorException *)initWithReason:(NSString *)reason errorCode:(NSString *)errorCode
Parameters
- reason
a description of the exception
- errorCode
a string specifying the vendor-specific error code
Declared In
KMInvalidSelectorException.h