public class FileExistsException extends IOException
This exception may be thrown by a disk interface when an attempt to create a new file fails because the file already exists.
Constructor and Description |
---|
FileExistsException()
FileExistsException constructor.
|
FileExistsException(String s)
FileExistsException constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileExistsException()
public FileExistsException(String s)
s
- java.lang.StringCopyright © 2005–2017 Alfresco Software. All rights reserved.