public abstract class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate implements org.hibernate.exception.spi.SQLExceptionConversionDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
  super_class: java.lang.Object
{
  private final org.hibernate.exception.spi.ConversionContext conversionContext;
    descriptor: Lorg/hibernate/exception/spi/ConversionContext;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(org.hibernate.exception.spi.ConversionContext);
    descriptor: (Lorg/hibernate/exception/spi/ConversionContext;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate this
        start local 1 // org.hibernate.exception.spi.ConversionContext conversionContext
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* conversionContext */
            putfield org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate.conversionContext:Lorg/hibernate/exception/spi/ConversionContext;
         2: .line 34
            return
        end local 1 // org.hibernate.exception.spi.ConversionContext conversionContext
        end local 0 // org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lorg/hibernate/exception/spi/AbstractSQLExceptionConversionDelegate;
            0    3     1  conversionContext  Lorg/hibernate/exception/spi/ConversionContext;
    MethodParameters:
                   Name  Flags
      conversionContext  

  protected org.hibernate.exception.spi.ConversionContext getConversionContext();
    descriptor: ()Lorg/hibernate/exception/spi/ConversionContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate this
         0: .line 37
            aload 0 /* this */
            getfield org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate.conversionContext:Lorg/hibernate/exception/spi/ConversionContext;
            areturn
        end local 0 // org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/exception/spi/AbstractSQLExceptionConversionDelegate;
}
SourceFile: "AbstractSQLExceptionConversionDelegate.java"