LockException constructor

LockException(
  1. String message
)

Implementation

LockException(String message) : super(message);