public class LockTimeout extends ConcurrencyException
Modifier and Type | Field and Description |
---|---|
int |
seconds
Informational field on number of seconds that the lock was tried for.
|
backOff
Constructor and Description |
---|
LockTimeout(java.lang.String msg,
long backOffInMilliseconds,
int timeoutInSeconds) |