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

Class AtomicMoveNotSupportedException

  • All Implemented Interfaces:
    Serializable


    public class AtomicMoveNotSupportedException
    extends FileSystemException
    当文件不能作为原子文件系统操作移动时,检查的异常抛出。
    从以下版本开始:
    1.7
    另请参见:
    Serialized Form
    • 构造方法详细信息

      • AtomicMoveNotSupportedException

        public AtomicMoveNotSupportedException​(String source,
                                               String target,
                                               String reason)
        构造这个类的一个实例。
        参数
        source - 如果不知道,则标识源文件的字符串或 null
        target - 如果不知道,则标识目标文件的字符串或 null
        reason - 带有附加信息的原因信息或 null