Class DirectoryCannotBeCreatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.astrapi69.file.exception.DirectoryCannotBeCreatedException
- All Implemented Interfaces:
Serializable
Exception to be thrown if the directory cannot be created.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new directory cannot be created exception.DirectoryCannotBeCreatedException
(String message) Instantiates a new directory cannot be created exception.DirectoryCannotBeCreatedException
(String message, Throwable cause) Instantiates a new directory cannot be created exception.Instantiates a new directory cannot be created exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryCannotBeCreatedException
public DirectoryCannotBeCreatedException()Instantiates a new directory cannot be created exception. -
DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.- Parameters:
message
- the message
-
DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.- Parameters:
message
- the messagecause
- the cause
-
DirectoryCannotBeCreatedException
Instantiates a new directory cannot be created exception.- Parameters:
cause
- the cause
-