public final class com.google.common.io.InsecureRecursiveDeleteException extends java.nio.file.FileSystemException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.io.InsecureRecursiveDeleteException
  super_class: java.nio.file.FileSystemException
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.io.InsecureRecursiveDeleteException this
        start local 1 // java.lang.String file
         0: .line 44
            aload 0 /* this */
            aload 1 /* file */
            aconst_null
            ldc "unable to guarantee security of recursive delete"
            invokespecial java.nio.file.FileSystemException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         1: .line 45
            return
        end local 1 // java.lang.String file
        end local 0 // com.google.common.io.InsecureRecursiveDeleteException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/io/InsecureRecursiveDeleteException;
            0    2     1  file  Ljava/lang/String;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "InsecureRecursiveDeleteException.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtIncompatible()