This exception must be thrown when a
JMS client attempts to give a provider a message selector with
invalid syntax.
version: 26 August 1998 author: Rahul Sharma
Constructs an InvalidSelectorException with the specified
reason and error code.
Parameters: reason - a description of the exception Parameters: errorCode - a string specifying the vendor-specificerror code
InvalidSelectorException
public InvalidSelectorException(String reason)(Code)
Constructs an InvalidSelectorException with the specified
reason. The error code defaults to null.
Parameters: reason - a description of the exception