OverlappingFileLockExceptionpublic class OverlappingFileLockException extends IllegalStateException An {@code OverlappingFileLockException} is thrown when attempting to acquire
a lock that overlaps an existing or pending lock held by this process. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public OverlappingFileLockException()Constructs a {@code OverlappingFileLockException}.
super();
|
|