Class DirectoryCouldNotBeCreatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- lumis.portal.filesystem.exception.DirectoryCouldNotBeCreatedException
-
- All Implemented Interfaces:
java.io.Serializable
@StableMinor(version="15.0", sinceVersion="8.0") public class DirectoryCouldNotBeCreatedException extends java.io.IOException
Thrown when anIFile
could not be created.- 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 DirectoryCouldNotBeCreatedException()
Creates a new instance with no detail message and no cause.DirectoryCouldNotBeCreatedException(java.lang.String message)
Creates a new instance with the given detail message.DirectoryCouldNotBeCreatedException(java.lang.String message, java.lang.Throwable cause)
Creates a new instance with the given detail message and cause.DirectoryCouldNotBeCreatedException(java.lang.Throwable cause)
Creates a new instance with the given cause.
-
-
-
Constructor Detail
-
DirectoryCouldNotBeCreatedException
public DirectoryCouldNotBeCreatedException()
Creates a new instance with no detail message and no cause.- Since:
- 8.0.0
-
DirectoryCouldNotBeCreatedException
public DirectoryCouldNotBeCreatedException(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
-
DirectoryCouldNotBeCreatedException
public DirectoryCouldNotBeCreatedException(java.lang.String message)
Creates a new instance with the given detail message.- Parameters:
message
- the detail message.- Since:
- 8.0.0
-
DirectoryCouldNotBeCreatedException
public DirectoryCouldNotBeCreatedException(java.lang.Throwable cause)
Creates a new instance with the given cause.- Parameters:
cause
- the cause.- Since:
- 8.0.0
-
-