Class 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 Detail

      • FileLockInterruptionException

        public FileLockInterruptionException()
        Constructs a FileLockInterruptionException.