class org.hibernate.exception.spi.SQLExceptionConverterFactory$1 implements org.hibernate.exception.spi.SQLExceptionConverter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.hibernate.exception.spi.SQLExceptionConverterFactory$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.exception.spi.SQLExceptionConverterFactory$1 this
         0: .line 82
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.hibernate.exception.spi.SQLExceptionConverterFactory$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/exception/spi/SQLExceptionConverterFactory$1;

  public org.hibernate.JDBCException convert(java.sql.SQLException, java.lang.String, java.lang.String);
    descriptor: (Ljava/sql/SQLException;Ljava/lang/String;Ljava/lang/String;)Lorg/hibernate/JDBCException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.hibernate.exception.spi.SQLExceptionConverterFactory$1 this
        start local 1 // java.sql.SQLException sqlException
        start local 2 // java.lang.String message
        start local 3 // java.lang.String sql
         0: .line 84
            new org.hibernate.exception.GenericJDBCException
            dup
            aload 2 /* message */
            aload 1 /* sqlException */
            aload 3 /* sql */
            invokespecial org.hibernate.exception.GenericJDBCException.<init>:(Ljava/lang/String;Ljava/sql/SQLException;Ljava/lang/String;)V
            areturn
        end local 3 // java.lang.String sql
        end local 2 // java.lang.String message
        end local 1 // java.sql.SQLException sqlException
        end local 0 // org.hibernate.exception.spi.SQLExceptionConverterFactory$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/hibernate/exception/spi/SQLExceptionConverterFactory$1;
            0    1     1  sqlException  Ljava/sql/SQLException;
            0    1     2       message  Ljava/lang/String;
            0    1     3           sql  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      sqlException  
      message       
      sql           
}
SourceFile: "SQLExceptionConverterFactory.java"
EnclosingMethod: org.hibernate.exception.spi.SQLExceptionConverterFactory.buildMinimalSQLExceptionConverter:()Lorg/hibernate/exception/spi/SQLExceptionConverter;
NestHost: org.hibernate.exception.spi.SQLExceptionConverterFactory
InnerClasses:
  org.hibernate.exception.spi.SQLExceptionConverterFactory$1