Class DirectoryCannotBeCreatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DirectoryCannotBeCreatedException extends java.lang.Exception
Exception to be thrown if the directory cannot be created.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirectoryCannotBeCreatedException()
Instantiates a new directory cannot be created exception.DirectoryCannotBeCreatedException(java.lang.String message)
Instantiates a new directory cannot be created exception.DirectoryCannotBeCreatedException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.DirectoryCannotBeCreatedException(java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.
-
-
-
Constructor Detail
-
DirectoryCannotBeCreatedException
public DirectoryCannotBeCreatedException()
Instantiates a new directory cannot be created exception.
-
DirectoryCannotBeCreatedException
public DirectoryCannotBeCreatedException(java.lang.String message)
Instantiates a new directory cannot be created exception.- Parameters:
message
- the message
-
DirectoryCannotBeCreatedException
public DirectoryCannotBeCreatedException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.- Parameters:
message
- the messagecause
- the cause
-
DirectoryCannotBeCreatedException
public DirectoryCannotBeCreatedException(java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.- Parameters:
cause
- the cause
-
-