Class OverlappingFileLockException

All Implemented Interfaces:
Serializable

public class OverlappingFileLockException
extends IllegalStateException
An OverlappingFileLockException is thrown when attempting to acquire a lock that overlaps an existing or pending lock held by this process.
See Also:
Serialized Form
  • Constructor Details

    • OverlappingFileLockException

      public OverlappingFileLockException()
      Constructs a OverlappingFileLockException.