public class java.io.UncheckedIOException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.io.UncheckedIOException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8134305061645241065

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

  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.io.UncheckedIOException this
        start local 1 // java.io.IOException cause
         0: .line 62
            aload 0 /* this */
            aload 1 /* cause */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Throwable
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 63
            return
        end local 1 // java.io.IOException cause
        end local 0 // java.io.UncheckedIOException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/io/UncheckedIOException;
            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.io.UncheckedIOException this
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            checkcast java.io.IOException
            areturn
        end local 0 // java.io.UncheckedIOException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/io/UncheckedIOException;

  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.io.UncheckedIOException this
        start local 1 // java.io.ObjectInputStream s
         0: .line 85
            aload 1 /* s */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 86
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.getCause:()Ljava/lang/Throwable;
            astore 2 /* cause */
        start local 2 // java.lang.Throwable cause
         2: .line 87
            aload 2 /* cause */
            instanceof java.io.IOException
            ifne 4
         3: .line 88
            new java.io.InvalidObjectException
            dup
            ldc "Cause must be an IOException"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 89
      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.io.UncheckedIOException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/io/UncheckedIOException;
            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.io.UncheckedIOException.getCause:()Ljava/io/IOException;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UncheckedIOException.java"