public class FileAlreadyExistsException extends FileSystemException
Constructor and Description |
---|
FileAlreadyExistsException(String file)
Constructs an instance of this class.
|
FileAlreadyExistsException(String file,
String other,
String reason)
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileAlreadyExistsException(String file)
file
- a string identifying the file or null
if not knownpublic FileAlreadyExistsException(String file, String other, String reason)
file
- a string identifying the file or null
if not knownother
- a string identifying the other file or null
if not knownreason
- a reason message with additional information or null
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.