LockTimeoutException constructor

LockTimeoutException(
  1. String table,
  2. LockMode mode,
  3. int timeoutMs
)

Implementation

LockTimeoutException(this.table, this.mode, this.timeoutMs);