Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for InsecureRecursiveDeleteException (0.34 seconds)

  1. android/guava/src/com/google/common/io/InsecureRecursiveDeleteException.java

    @GwtIncompatible
    @J2ObjCIncompatible // java.nio.file
    // Users are unlikely to use this unless they're already interacting with MoreFiles and Path.
    @IgnoreJRERequirement
    public final class InsecureRecursiveDeleteException extends FileSystemException {
    
      public InsecureRecursiveDeleteException(@Nullable String file) {
        super(file, null, "unable to guarantee security of recursive delete");
      }
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 1.9K bytes
    - Click Count (0)
Back to Top