public class org.springframework.jdbc.SQLWarningException extends org.springframework.dao.UncategorizedDataAccessException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.jdbc.SQLWarningException
  super_class: org.springframework.dao.UncategorizedDataAccessException
{
  public void <init>(java.lang.String, java.sql.SQLWarning);
    descriptor: (Ljava/lang/String;Ljava/sql/SQLWarning;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.jdbc.SQLWarningException this
        start local 1 // java.lang.String msg
        start local 2 // java.sql.SQLWarning ex
         0: .line 44
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* ex */
            invokespecial org.springframework.dao.UncategorizedDataAccessException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 45
            return
        end local 2 // java.sql.SQLWarning ex
        end local 1 // java.lang.String msg
        end local 0 // org.springframework.jdbc.SQLWarningException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/jdbc/SQLWarningException;
            0    2     1   msg  Ljava/lang/String;
            0    2     2    ex  Ljava/sql/SQLWarning;
    MethodParameters:
      Name  Flags
      msg   
      ex    

  public java.sql.SQLWarning SQLWarning();
    descriptor: ()Ljava/sql/SQLWarning;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.SQLWarningException this
         0: .line 51
            aload 0 /* this */
            invokevirtual org.springframework.jdbc.SQLWarningException.getCause:()Ljava/lang/Throwable;
            checkcast java.sql.SQLWarning
            areturn
        end local 0 // org.springframework.jdbc.SQLWarningException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/SQLWarningException;
}
SourceFile: "SQLWarningException.java"