Class LockTimeoutException

All Implemented Interfaces:
Serializable

public class LockTimeoutException extends LockAcquisitionException
A JDBCException indicating that a lock request timed out on the database.
See Also:
API Note:
Some databases make it quite hard to for a client to distinguish a lock timeout from other sorts of rejected lock acquisitions, and so application programs should avoid over-interpreting the distinction made between LockTimeoutException and its superclass LockAcquisitionException on such platforms.