final class com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException extends com.oracle.truffle.api.exception.AbstractTruffleException
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException
  super_class: com.oracle.truffle.api.exception.AbstractTruffleException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1205823327748715981

  void <init>(java.lang.String, java.io.IOException);
    descriptor: (Ljava/lang/String;Ljava/io/IOException;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
        start local 1 // java.lang.String hostAndPort
        start local 2 // java.io.IOException e
         0: .line 40
            aload 0 /* this */
            ldc "Starting inspector on %s failed: %s"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* hostAndPort */
            aastore
            dup
            iconst_1
            aload 2 /* e */
            invokevirtual java.io.IOException.getLocalizedMessage:()Ljava/lang/String;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            aload 2 /* e */
            iconst_m1
            aconst_null
            invokespecial com.oracle.truffle.api.exception.AbstractTruffleException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ILcom/oracle/truffle/api/nodes/Node;)V
         1: .line 41
            return
        end local 2 // java.io.IOException e
        end local 1 // java.lang.String hostAndPort
        end local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/oracle/truffle/tools/chromeinspector/instrument/InspectorIOException;
            0    2     1  hostAndPort  Ljava/lang/String;
            0    2     2            e  Ljava/io/IOException;
    MethodParameters:
             Name  Flags
      hostAndPort  
      e            

  com.oracle.truffle.api.interop.ExceptionType getExceptionType();
    descriptor: ()Lcom/oracle/truffle/api/interop/ExceptionType;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
         0: .line 46
            getstatic com.oracle.truffle.api.interop.ExceptionType.EXIT:Lcom/oracle/truffle/api/interop/ExceptionType;
            areturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/instrument/InspectorIOException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  int getExceptionExitStatus();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
         0: .line 53
            bipush 12
            ireturn
        end local 0 // com.oracle.truffle.tools.chromeinspector.instrument.InspectorIOException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/tools/chromeinspector/instrument/InspectorIOException;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
}
SourceFile: "InspectorIOException.java"
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)