Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException java.nio.file.FileSystemException java.nio.file.AtomicMoveNotSupportedException
public class AtomicMoveNotSupportedException extends FileSystemException
Checked exception thrown when a file cannot be moved as an atomic file system operation.
Constructor and Description |
---|
AtomicMoveNotSupportedException(String source,
String target,
String reason)
Constructs an instance of this class. |
Modifier and Type | Method and Description |
---|
Methods inherited from class java.nio.file.FileSystemException |
---|
getFile, getMessage, getOtherFile, getReason |
Methods inherited from class java.lang.Throwable |
---|
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressedExceptions, 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(String source, String target, String reason)
source
- a string identifying the source file or null
if not knowntarget
- a string identifying the target file or null
if not knownreason
- a reason message with additional information
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.