This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.
Constructs an InvalidSelectorException with the specified reason and error code.paramreason a description of the exceptionparamerrorCode a string specifying the vendor-specific error code super(reason, errorCode);
InvalidSelectorException
super(reason, errorCode);
Constructs an InvalidSelectorException with the specified reason. The error code defaults to null.paramreason a description of the exception super(reason);
super(reason);