Top Description Fields Constructors
java.nio.channels

public Class OverlappingFileLockException

extends IllegalStateException
Class Inheritance

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.
Since
1.4

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
public
OverlappingFileLockException()

Constructs an instance of this class.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.IllegalStateException.serialVersionUID.

Annotations
@Serial

Constructor Detail

OverlappingFileLockExceptionback to summary
public OverlappingFileLockException()

Constructs an instance of this class.