The 8.3 JDBC driver now throws UnsupportedOperationException in
setQueryTimeout.
The specification states that the request should be ignored - not
throw an exception in this case.
The 8.1 and 8.2 drivers both ignored the request.
I think the 8.3 driver needs to be changed to work as before.