The javadocs for Statement.setQueryTimeout needs updated:
> Statement#setQueryTimeout:
> > void setQueryTimeout(int seconds)
> > throws SQLException
> >
> > Sets the number of seconds the driver will wait for a Statement object
> > to execute to the given number of seconds. If the limit is exceeded,
> > an SQLException is thrown.
> > ************
The above should be changed to be SQLTimeoutException?
> Statement#setQueryTimeout:
> > void setQueryTimeout(int seconds)
> > throws SQLException
> >
> > Sets the number of seconds the driver will wait for a Statement object
> > to execute to the given number of seconds. If the limit is exceeded,
> > an SQLException is thrown.
> > ************
The above should be changed to be SQLTimeoutException?