Added in API level 1

FileLockInterruptionException

open class FileLockInterruptionException : IOException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.io.IOException
   ↳ java.nio.channels.FileLockInterruptionException

Checked exception received by a thread when another thread interrupts it while it is waiting to acquire a file lock. Before this exception is thrown the interrupt status of the previously-blocked thread will have been set.

Summary

Public constructors

Constructs an instance of this class.

Public constructors

FileLockInterruptionException

Added in API level 1
FileLockInterruptionException()

Constructs an instance of this class.