public class io.vertx.ext.sql.RuntimeSQLException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.sql.RuntimeSQLException
  super_class: java.lang.RuntimeException
{
  public void <init>(java.sql.SQLException);
    descriptor: (Ljava/sql/SQLException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.ext.sql.RuntimeSQLException this
        start local 1 // java.sql.SQLException exception
         0: .line 27
            aload 0 /* this */
            aload 1 /* exception */
            invokevirtual java.sql.SQLException.getMessage:()Ljava/lang/String;
            aload 1 /* exception */
            invokevirtual java.sql.SQLException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 28
            return
        end local 1 // java.sql.SQLException exception
        end local 0 // io.vertx.ext.sql.RuntimeSQLException this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/ext/sql/RuntimeSQLException;
            0    2     1  exception  Ljava/sql/SQLException;
    MethodParameters:
           Name  Flags
      exception  
}
SourceFile: "RuntimeSQLException.java"