Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for InsecureRecursiveDeleteException (0.19 sec)

  1. 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)
Back to top