org.classpath.icedtea.java.nio.file
Class AtomicMoveNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.classpath.icedtea.java.nio.file.FileSystemException
org.classpath.icedtea.java.nio.file.AtomicMoveNotSupportedException
- All Implemented Interfaces:
- Serializable
public class AtomicMoveNotSupportedException
- extends FileSystemException
Checked exception thrown when a file cannot be moved as an atomic file system
operation.
- Since:
- 1.7
- See Also:
- Serialized Form
AtomicMoveNotSupportedException
public AtomicMoveNotSupportedException(String source,
String target,
String reason)
- Constructs an instance of this class.
- Parameters:
source
- A string identifying the source file or null
if not known.target
- A string identifying the target file or null
if not known.reason
- A reason message with additional information
Copyright © 2007, 2011, Oracle and/or its affiliates. All rights reserved.