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