java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.nio.file.FileSystemException
java.nio.file.AtomicMoveNotSupportedException
- 所有已实现的接口:
-
Serializable
当文件无法作为原子文件系统操作移动时抛出的已检查异常。
- 自 JDK 版本:
- 1.7
- 参见:
-
Constructor Summary
ConstructorDescriptionAtomicMoveNotSupportedException
(String source, String target, String reason) 构造此类的实例。 -
Method Summary
Methods declared in class java.nio.file.FileSystemException
getFile, getMessage, getOtherFile, getReason
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AtomicMoveNotSupportedException
构造此类的实例。- 参数:
-
source
- 标识源文件的字符串,如果不知道则为null
-
target
- 标识目标文件的字符串,如果不知道则为null
-
reason
- 具有附加信息的原因消息,或null
-