Module java.sql
Package java.sql

Class SQLTimeoutException

java.lang.Object
All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SQLTimeoutException extends SQLTransientException

The subclass of SQLException thrown when the timeout specified by Statement.setQueryTimeout, DriverManager.setLoginTimeout, DataSource.setLoginTimeout,XADataSource.setLoginTimeout has expired.

This exception does not correspond to a standard SQLState.

Since:
1.6
See Also: