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

  public void <init>(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.healthchecks.impl.ProcedureException this
        start local 1 // java.lang.Exception cause
         0: .line 13
            aload 0 /* this */
            aload 1 /* cause */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            aload 1 /* cause */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 14
            return
        end local 1 // java.lang.Exception cause
        end local 0 // io.vertx.ext.healthchecks.impl.ProcedureException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/ext/healthchecks/impl/ProcedureException;
            0    2     1  cause  Ljava/lang/Exception;
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "ProcedureException.java"