Package io.deephaven.util.files
Class FileHelper.FileDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.util.files.FileHelper.FileDeletionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileHelper
Give callers of
FileHelper.deleteRecursivelyOnNFS(File, Pattern)
a better exception to catch.- See Also:
-
Constructor Summary
ConstructorDescriptionFileDeletionException
(String message) FileDeletionException
(String message, Throwable cause) FileDeletionException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileDeletionException
public FileDeletionException() -
FileDeletionException
-
FileDeletionException
-
FileDeletionException
-