Class SqlTimeoutException

All Implemented Interfaces:
Serializable, Iterable<Throwable>

public class SqlTimeoutException extends SQLException
Indicates that an operation timed out. This is not an error; you can retry the operation.
See Also: