Module  java.base
软件包  java.nio.channels

Class FileLockInterruptionException

  • All Implemented Interfaces:
    Serializable


    public class FileLockInterruptionException
    extends IOException
    另一个线程在等待获取文件锁时中断它时线程接收到的异常检查。 在引发异常之前,先前阻止的线程的中断状态将被设置。
    从以下版本开始:
    1.4
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • FileLockInterruptionException

        public FileLockInterruptionException​()
        构造这个类的一个实例。