Class FileLockInterruptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.channels.FileLockInterruptionException
All Implemented Interfaces:
Serializable

public class FileLockInterruptionException
extends IOException
A FileLockInterruptionException is thrown when a thread is interrupted while waiting to acquire a file lock.

Note that the thread will also be in the 'interrupted' state.

See Also:
Serialized Form
  • Constructor Details

    • FileLockInterruptionException

      public FileLockInterruptionException()
      Constructs a FileLockInterruptionException.