public class org.springframework.dao.EmptyResultDataAccessException extends org.springframework.dao.IncorrectResultSizeDataAccessException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.dao.EmptyResultDataAccessException
  super_class: org.springframework.dao.IncorrectResultSizeDataAccessException
{
  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.dao.EmptyResultDataAccessException this
        start local 1 // int expectedSize
         0: .line 35
            aload 0 /* this */
            iload 1 /* expectedSize */
            iconst_0
            invokespecial org.springframework.dao.IncorrectResultSizeDataAccessException.<init>:(II)V
         1: .line 36
            return
        end local 1 // int expectedSize
        end local 0 // org.springframework.dao.EmptyResultDataAccessException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/dao/EmptyResultDataAccessException;
            0    2     1  expectedSize  I
    MethodParameters:
              Name  Flags
      expectedSize  

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.dao.EmptyResultDataAccessException this
        start local 1 // java.lang.String msg
        start local 2 // int expectedSize
         0: .line 44
            aload 0 /* this */
            aload 1 /* msg */
            iload 2 /* expectedSize */
            iconst_0
            invokespecial org.springframework.dao.IncorrectResultSizeDataAccessException.<init>:(Ljava/lang/String;II)V
         1: .line 45
            return
        end local 2 // int expectedSize
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.dao.EmptyResultDataAccessException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/dao/EmptyResultDataAccessException;
            0    2     1           msg  Ljava/lang/String;
            0    2     2  expectedSize  I
    MethodParameters:
              Name  Flags
      msg           
      expectedSize  

  public void <init>(java.lang.String, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.springframework.dao.EmptyResultDataAccessException this
        start local 1 // java.lang.String msg
        start local 2 // int expectedSize
        start local 3 // java.lang.Throwable ex
         0: .line 54
            aload 0 /* this */
            aload 1 /* msg */
            iload 2 /* expectedSize */
            iconst_0
            aload 3 /* ex */
            invokespecial org.springframework.dao.IncorrectResultSizeDataAccessException.<init>:(Ljava/lang/String;IILjava/lang/Throwable;)V
         1: .line 55
            return
        end local 3 // java.lang.Throwable ex
        end local 2 // int expectedSize
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.dao.EmptyResultDataAccessException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/springframework/dao/EmptyResultDataAccessException;
            0    2     1           msg  Ljava/lang/String;
            0    2     2  expectedSize  I
            0    2     3            ex  Ljava/lang/Throwable;
    MethodParameters:
              Name  Flags
      msg           
      expectedSize  
      ex            
}
SourceFile: "EmptyResultDataAccessException.java"