public class sun.jvm.hotspot.runtime.ConstructionException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.jvm.hotspot.runtime.ConstructionException
  super_class: java.lang.RuntimeException
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.jvm.hotspot.runtime.ConstructionException this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 30
            return
        end local 0 // sun.jvm.hotspot.runtime.ConstructionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/ConstructionException;

  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 // sun.jvm.hotspot.runtime.ConstructionException this
        start local 1 // java.lang.String message
         0: .line 33
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 34
            return
        end local 1 // java.lang.String message
        end local 0 // sun.jvm.hotspot.runtime.ConstructionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/runtime/ConstructionException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.jvm.hotspot.runtime.ConstructionException this
        start local 1 // java.lang.Throwable e
         0: .line 37
            aload 0 /* this */
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 38
            return
        end local 1 // java.lang.Throwable e
        end local 0 // sun.jvm.hotspot.runtime.ConstructionException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/jvm/hotspot/runtime/ConstructionException;
            0    2     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.jvm.hotspot.runtime.ConstructionException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable e
         0: .line 41
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 42
            return
        end local 2 // java.lang.Throwable e
        end local 1 // java.lang.String message
        end local 0 // sun.jvm.hotspot.runtime.ConstructionException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/jvm/hotspot/runtime/ConstructionException;
            0    2     1  message  Ljava/lang/String;
            0    2     2        e  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      e        
}
SourceFile: "ConstructionException.java"