- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for InsecureRecursiveDeleteException (0.19 sec)
-
android/guava/src/com/google/common/io/InsecureRecursiveDeleteException.java
@ElementTypesAreNonnullByDefault // Users are unlikely to use this unless they're already interacting with MoreFiles and Path. @IgnoreJRERequirement public final class InsecureRecursiveDeleteException extends FileSystemException { public InsecureRecursiveDeleteException(@CheckForNull String file) { super(file, null, "unable to guarantee security of recursive delete"); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 16:07:00 UTC 2024 - 1.9K bytes - Viewed (0)