public class FileAlreadyExistsException extends FileSystemException
| Constructor and Description |
|---|
FileAlreadyExistsException(String
Constructs an instance of this class.
|
FileAlreadyExistsException(String
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileAlreadyExistsException(Stringfile)
file - a string identifying the file or
null if not known
public FileAlreadyExistsException(Stringfile, String other, String reason)
file - a string identifying the file or
null if not known
other - a string identifying the other file or
null if not known
reason - a reason message with additional information or
null