Exception: java.nio.channels.OverlappingFileLockException

Unchecked exception thrown when an attempt is made to acquire a lock on a region of a file that overlaps a region already locked by the same Java virtual machine, or when another thread is already waiting to lock an overlapping region of the same file.
Version:
@version 1.9, 01/11/19
Since:
@since 1.4

Inheritance

Superclass tree: Implements:

Methods