模块  java.base
软件包  java.nio.file

Class AtomicMoveNotSupportedException

  • 实现的所有接口
    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