public class io.vertx.core.VertxException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.VertxException
  super_class: java.lang.RuntimeException
{
  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 // io.vertx.core.VertxException this
        start local 1 // java.lang.String message
         0: .line 31
            aload 0 /* this */
            aload 1 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 32
            return
        end local 1 // java.lang.String message
        end local 0 // io.vertx.core.VertxException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/VertxException;
            0    2     1  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      message  

  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 // io.vertx.core.VertxException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.Throwable cause
         0: .line 41
            aload 0 /* this */
            aload 1 /* message */
            aload 2 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 42
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String message
        end local 0 // io.vertx.core.VertxException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/VertxException;
            0    2     1  message  Ljava/lang/String;
            0    2     2    cause  Ljava/lang/Throwable;
    MethodParameters:
         Name  Flags
      message  
      cause    

  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 // io.vertx.core.VertxException this
        start local 1 // java.lang.Throwable cause
         0: .line 50
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
         1: .line 51
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.VertxException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/core/VertxException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.VertxException this
        start local 1 // java.lang.String message
        start local 2 // boolean noStackTrace
         0: .line 60
            aload 0 /* this */
            aload 1 /* message */
            aconst_null
            iload 2 /* noStackTrace */
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: uninitialized-this java.lang.String int
      StackMap stack: uninitialized-this java.lang.String null
         1: iconst_1
      StackMap locals: uninitialized-this java.lang.String int
      StackMap stack: uninitialized-this java.lang.String null int
         2: iload 2 /* noStackTrace */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: uninitialized-this java.lang.String int
      StackMap stack: uninitialized-this java.lang.String null int
         3: iconst_1
      StackMap locals: uninitialized-this java.lang.String int
      StackMap stack: uninitialized-this java.lang.String null int int
         4: invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         5: .line 61
            return
        end local 2 // boolean noStackTrace
        end local 1 // java.lang.String message
        end local 0 // io.vertx.core.VertxException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/VertxException;
            0    6     1       message  Ljava/lang/String;
            0    6     2  noStackTrace  Z
    MethodParameters:
              Name  Flags
      message       
      noStackTrace  

  public void <init>(java.lang.Throwable, boolean);
    descriptor: (Ljava/lang/Throwable;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.core.VertxException this
        start local 1 // java.lang.Throwable cause
        start local 2 // boolean noStackTrace
         0: .line 70
            aload 0 /* this */
            aconst_null
            aload 1 /* cause */
            iload 2 /* noStackTrace */
            ifeq 1
            iconst_0
            goto 2
      StackMap locals: uninitialized-this java.lang.Throwable int
      StackMap stack: uninitialized-this null java.lang.Throwable
         1: iconst_1
      StackMap locals: uninitialized-this java.lang.Throwable int
      StackMap stack: uninitialized-this null java.lang.Throwable int
         2: iload 2 /* noStackTrace */
            ifeq 3
            iconst_0
            goto 4
      StackMap locals: uninitialized-this java.lang.Throwable int
      StackMap stack: uninitialized-this null java.lang.Throwable int
         3: iconst_1
      StackMap locals: uninitialized-this java.lang.Throwable int
      StackMap stack: uninitialized-this null java.lang.Throwable int int
         4: invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;ZZ)V
         5: .line 71
            return
        end local 2 // boolean noStackTrace
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.VertxException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/VertxException;
            0    6     1         cause  Ljava/lang/Throwable;
            0    6     2  noStackTrace  Z
    MethodParameters:
              Name  Flags
      cause         
      noStackTrace  
}
SourceFile: "VertxException.java"