LockAcquisitionException constructor

LockAcquisitionException(
  1. String message
)

Creates a new LockAcquisitionException with the given message.

Implementation

LockAcquisitionException(this.message);