Class FileCouldNotBeDeletedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- lumis.portal.filesystem.exception.FileCouldNotBeDeletedException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="15.0", sinceVersion="8.0") public class FileCouldNotBeDeletedException extends java.io.IOException
Thrown when anIFile
could not be deleted.- Since:
- 8.0.0
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileCouldNotBeDeletedException()
Creates a new instance with no detail message and no cause.FileCouldNotBeDeletedException(java.lang.String message)
Creates a new instance with the given detail message.FileCouldNotBeDeletedException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.FileCouldNotBeDeletedException(java.lang.Throwable cause)
Creates a new instance with the given cause.
-
-
-
Constructor Detail
-
FileCouldNotBeDeletedException
public FileCouldNotBeDeletedException()
Creates a new instance with no detail message and no cause.- Since:
- 8.0.0
-
FileCouldNotBeDeletedException
public FileCouldNotBeDeletedException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.- Parameters:
message
- the detail message.cause
- the cause.- Since:
- 8.0.0
-
FileCouldNotBeDeletedException
public FileCouldNotBeDeletedException(java.lang.String message)
Creates a new instance with the given detail message.- Parameters:
message
- the detail message.- Since:
- 8.0.0
-
FileCouldNotBeDeletedException
public FileCouldNotBeDeletedException(java.lang.Throwable cause)
Creates a new instance with the given cause.- Parameters:
cause
- the cause.- Since:
- 8.0.0
-
-