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

  private int errorCode;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.jdi.InternalException this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 43
            aload 0 /* this */
            iconst_0
            putfield com.sun.jdi.InternalException.errorCode:I
         2: .line 44
            return
        end local 0 // com.sun.jdi.InternalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jdi/InternalException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jdi.InternalException this
        start local 1 // java.lang.String s
         0: .line 47
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 48
            aload 0 /* this */
            iconst_0
            putfield com.sun.jdi.InternalException.errorCode:I
         2: .line 49
            return
        end local 1 // java.lang.String s
        end local 0 // com.sun.jdi.InternalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/jdi/InternalException;
            0    3     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.jdi.InternalException this
        start local 1 // int errorCode
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 53
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield com.sun.jdi.InternalException.errorCode:I
         2: .line 54
            return
        end local 1 // int errorCode
        end local 0 // com.sun.jdi.InternalException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/jdi/InternalException;
            0    3     1  errorCode  I
    MethodParameters:
           Name  Flags
      errorCode  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.jdi.InternalException this
        start local 1 // java.lang.String s
        start local 2 // int errorCode
         0: .line 57
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 58
            aload 0 /* this */
            iload 2 /* errorCode */
            putfield com.sun.jdi.InternalException.errorCode:I
         2: .line 59
            return
        end local 2 // int errorCode
        end local 1 // java.lang.String s
        end local 0 // com.sun.jdi.InternalException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/jdi/InternalException;
            0    3     1          s  Ljava/lang/String;
            0    3     2  errorCode  I
    MethodParameters:
           Name  Flags
      s          
      errorCode  

  public int errorCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.jdi.InternalException this
         0: .line 62
            aload 0 /* this */
            getfield com.sun.jdi.InternalException.errorCode:I
            ireturn
        end local 0 // com.sun.jdi.InternalException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/jdi/InternalException;
}
SourceFile: "InternalException.java"