public class org.springframework.orm.jpa.JpaSystemException extends org.springframework.dao.UncategorizedDataAccessException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.orm.jpa.JpaSystemException
  super_class: org.springframework.dao.UncategorizedDataAccessException
{
  public void <init>(java.lang.RuntimeException);
    descriptor: (Ljava/lang/RuntimeException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.orm.jpa.JpaSystemException this
        start local 1 // java.lang.RuntimeException ex
         0: .line 34
            aload 0 /* this */
            aload 1 /* ex */
            invokevirtual java.lang.RuntimeException.getMessage:()Ljava/lang/String;
            aload 1 /* ex */
            invokespecial org.springframework.dao.UncategorizedDataAccessException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 35
            return
        end local 1 // java.lang.RuntimeException ex
        end local 0 // org.springframework.orm.jpa.JpaSystemException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/orm/jpa/JpaSystemException;
            0    2     1    ex  Ljava/lang/RuntimeException;
    MethodParameters:
      Name  Flags
      ex    
}
SourceFile: "JpaSystemException.java"