Package com.illumon.util.files
Class FileHelper.FileDeletionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.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
ConstructorsConstructorDescriptionConstructor.FileDeletionException
(String message) Constructor.FileDeletionException
(String message, Throwable cause) Constructor.FileDeletionException
(Throwable cause) Constructor. -
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()Constructor. Delegates toUncheckedDeephavenException()
. -
FileDeletionException
Constructor. Delegates toUncheckedDeephavenException(String)
.- Parameters:
message
- optional exception message
-
FileDeletionException
Constructor. Delegates toUncheckedDeephavenException(String, Throwable)
.- Parameters:
message
- optional exception messagecause
- optional cause
-
FileDeletionException
Constructor. Delegates toUncheckedDeephavenException(Throwable)
.- Parameters:
cause
- optional cause
-