Serializablepublic class FileExistsException extends IOException
| Constructor | Description |
|---|---|
FileExistsException() |
Default Constructor.
|
FileExistsException(File file) |
Construct an instance with the specified file.
|
FileExistsException(String message) |
Construct an instance with the specified message.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileExistsException()
public FileExistsException(String message)
message - The error messagepublic FileExistsException(File file)
file - The file that existsCopyright © 2025 GeneXus S.A.. All rights reserved.