public class AtomicMoveNotSupportedException extends FileSystemException
| Constructor and Description |
|---|
AtomicMoveNotSupportedException(String source,
String target,
String reason)
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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 informationDracula Javadoc Sample, Made with Allan Im.