class org.jruby.RubyHash$VisitorIOException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyHash$VisitorIOException
  super_class: java.lang.RuntimeException
{
  void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyHash$VisitorIOException this
        start local 1 // java.lang.Throwable cause
         0: .line 2241
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 2242
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.jruby.RubyHash$VisitorIOException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/RubyHash$VisitorIOException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "RubyHash.java"
NestHost: org.jruby.RubyHash
InnerClasses:
  private VisitorIOException = org.jruby.RubyHash$VisitorIOException of org.jruby.RubyHash