Module java.base
Package java.nio.file

Class AtomicMoveNotSupportedException

所有已实现的接口:
Serializable

public class AtomicMoveNotSupportedException extends FileSystemException
当文件无法作为原子文件系统操作移动时抛出的已检查异常。
自 JDK 版本:
1.7
参见:
  • Constructor Details

    • AtomicMoveNotSupportedException

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