LockAcquisitionException constructor
LockAcquisitionException(
- String message
Creates a new LockAcquisitionException with the given message
.
Implementation
LockAcquisitionException(this.message);
Creates a new LockAcquisitionException with the given message
.
LockAcquisitionException(this.message);