public class org.springframework.orm.hibernate5.HibernateSystemException extends org.springframework.dao.UncategorizedDataAccessException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.orm.hibernate5.HibernateSystemException
  super_class: org.springframework.dao.UncategorizedDataAccessException
{
  public void <init>(org.hibernate.HibernateException);
    descriptor: (Lorg/hibernate/HibernateException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.hibernate5.HibernateSystemException this
        start local 1 // org.hibernate.HibernateException cause
         0: .line 42
            aload 0 /* this */
            aload 1 /* cause */
            ifnull 1
            aload 1 /* cause */
            invokevirtual org.hibernate.HibernateException.getMessage:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aconst_null
      StackMap locals: uninitialized-this org.hibernate.HibernateException
      StackMap stack: uninitialized-this java.lang.String
         2: aload 1 /* cause */
            invokespecial org.springframework.dao.UncategorizedDataAccessException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         3: .line 43
            return
        end local 1 // org.hibernate.HibernateException cause
        end local 0 // org.springframework.orm.hibernate5.HibernateSystemException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/springframework/orm/hibernate5/HibernateSystemException;
            0    4     1  cause  Lorg/hibernate/HibernateException;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
    MethodParameters:
       Name  Flags
      cause  
}
SourceFile: "HibernateSystemException.java"