class com.sun.tools.jdi.JDWPException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.JDWPException
  super_class: java.lang.Exception
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6321344442751299874

  short errorCode;
    descriptor: S
    flags: (0x0000) 

  void <init>(short);
    descriptor: (S)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.JDWPException this
        start local 1 // short errorCode
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Exception.<init>:()V
         1: .line 45
            aload 0 /* this */
            iload 1 /* errorCode */
            putfield com.sun.tools.jdi.JDWPException.errorCode:S
         2: .line 46
            return
        end local 1 // short errorCode
        end local 0 // com.sun.tools.jdi.JDWPException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/sun/tools/jdi/JDWPException;
            0    3     1  errorCode  S
    MethodParameters:
           Name  Flags
      errorCode  

  short errorCode();
    descriptor: ()S
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.JDWPException this
         0: .line 49
            aload 0 /* this */
            getfield com.sun.tools.jdi.JDWPException.errorCode:S
            ireturn
        end local 0 // com.sun.tools.jdi.JDWPException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/JDWPException;

  java.lang.RuntimeException toJDIException();
    descriptor: ()Ljava/lang/RuntimeException;
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.JDWPException this
         0: .line 53
            aload 0 /* this */
            getfield com.sun.tools.jdi.JDWPException.errorCode:S
            lookupswitch { // 12
                   10: 10
                   20: 1
                   22: 5
                   30: 6
                   33: 6
                   34: 9
                   42: 2
                   99: 7
                  110: 4
                  112: 3
                  503: 8
                  504: 8
              default: 11
          }
         1: .line 55
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.ObjectCollectedException
            dup
            invokespecial com.sun.jdi.ObjectCollectedException.<init>:()V
            areturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidModuleException
            dup
            invokespecial com.sun.jdi.InvalidModuleException.<init>:()V
            areturn
         3: .line 59
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.VMDisconnectedException
            dup
            invokespecial com.sun.jdi.VMDisconnectedException.<init>:()V
            areturn
         4: .line 61
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.VMOutOfMemoryException
            dup
            invokespecial com.sun.jdi.VMOutOfMemoryException.<init>:()V
            areturn
         5: .line 63
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.ClassNotPreparedException
            dup
            invokespecial com.sun.jdi.ClassNotPreparedException.<init>:()V
            areturn
         6: .line 66
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidStackFrameException
            dup
            invokespecial com.sun.jdi.InvalidStackFrameException.<init>:()V
            areturn
         7: .line 68
      StackMap locals:
      StackMap stack:
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            areturn
         8: .line 71
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            areturn
         9: .line 73
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InconsistentDebugInfoException
            dup
            invokespecial com.sun.jdi.InconsistentDebugInfoException.<init>:()V
            areturn
        10: .line 75
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalThreadStateException
            dup
            invokespecial java.lang.IllegalThreadStateException.<init>:()V
            areturn
        11: .line 77
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InternalException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unexpected JDWP Error: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.sun.tools.jdi.JDWPException.errorCode:S
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.sun.tools.jdi.JDWPException.errorCode:S
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;I)V
            areturn
        end local 0 // com.sun.tools.jdi.JDWPException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/tools/jdi/JDWPException;
}
SourceFile: "JDWPException.java"