|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.classpath.icedtea.java.nio.file.FileSystemException
org.classpath.icedtea.java.nio.file.AtomicMoveNotSupportedException
public class AtomicMoveNotSupportedException
Checked exception thrown when a file cannot be moved as an atomic file system operation.
| Constructor Summary | |
|---|---|
AtomicMoveNotSupportedException(java.lang.String source,
java.lang.String target,
java.lang.String reason)
Constructs an instance of this class. |
|
| Method Summary |
|---|
| Methods inherited from class org.classpath.icedtea.java.nio.file.FileSystemException |
|---|
getFile, getMessage, getOtherFile, getReason |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AtomicMoveNotSupportedException(java.lang.String source,
java.lang.String target,
java.lang.String reason)
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
|
NIO2 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.