Class FilizerFileDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
io.github.monsieurdoceo.filizer.shared.exceptions.FilizerFileDeletionException
- All Implemented Interfaces:
Serializable
Thrown when a file cannot be deleted.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilizerFileDeletionException(AppLogger logger, String name, Throwable cause) Creates a new file-deletion 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