Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > lockTimeout

lockTimeout

Type: Integer

The read-only lockTimeout property of the LockException class contains the timeout period of the lock that was encountered in a multiuser environment.

The timeout periods (whose values are provided by global constants in the LockTimeouts category) that can raise exceptions are listed in the following table.

Global Constant Integer
LockTimeout_Immediate -1
LockTimeout_Infinite Max_Integer (#7FFFFFFF, equates to 2147483647)
LockTimeout_Server_Defined 0 (use the server-defined default)