public final class java.nio.file.DirectoryIteratorException extends java.util.ConcurrentModificationException
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: java.nio.file.DirectoryIteratorException
  super_class: java.util.ConcurrentModificationException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6012699886086212874

  public void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.nio.file.DirectoryIteratorException this
        start local 1 // java.io.IOException cause
         0: .line 59
            aload 0 /* this */
            aload 1 /* cause */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Throwable
            invokespecial java.util.ConcurrentModificationException.<init>:(Ljava/lang/Throwable;)V
         1: .line 60
            return
        end local 1 // java.io.IOException cause
        end local 0 // java.nio.file.DirectoryIteratorException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/nio/file/DirectoryIteratorException;
            0    2     1  cause  Ljava/io/IOException;
    MethodParameters:
       Name  Flags
      cause  

  public java.io.IOException getCause();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.nio.file.DirectoryIteratorException this
         0: .line 69
            aload 0 /* this */
            invokespecial java.util.ConcurrentModificationException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            areturn
        end local 0 // java.nio.file.DirectoryIteratorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/nio/file/DirectoryIteratorException;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.nio.file.DirectoryIteratorException this
        start local 1 // java.io.ObjectInputStream s
         0: .line 82
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 83
            aload 0 /* this */
            invokespecial java.util.ConcurrentModificationException.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         2: .line 84
            aload 2 /* cause */
            instanceof java.io.IOException
            ifne 4
         3: .line 85
            new java.io.InvalidObjectException
            dup
            ldc "Cause must be an IOException"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 86
      StackMap locals: java.lang.Throwable
      StackMap stack:
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.io.ObjectInputStream s
        end local 0 // java.nio.file.DirectoryIteratorException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/nio/file/DirectoryIteratorException;
            0    5     1      s  Ljava/io/ObjectInputStream;
            2    5     2  cause  Ljava/lang/Throwable;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      s     

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.nio.file.DirectoryIteratorException.getCause:()Ljava/io/IOException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DirectoryIteratorException.java"