@StableMinor(version="12.3", sinceVersion="8.0") public class FileAlreadyExistsException extends IOException
IFile
already exists.Constructor and Description |
---|
FileAlreadyExistsException()
Creates a new instance with no detail message and no cause.
|
FileAlreadyExistsException(String message)
Creates a new instance with the given detail message.
|
FileAlreadyExistsException(String message,
Throwable cause)
Creates a new instance with the given detail message and cause.
|
FileAlreadyExistsException(Throwable cause)
Creates a new instance with the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileAlreadyExistsException()
public FileAlreadyExistsException(String message, Throwable cause)
message
- the detail message.cause
- the cause.public FileAlreadyExistsException(String message)
message
- the detail message.public FileAlreadyExistsException(Throwable cause)
cause
- the cause.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.