public class java.sql.SQLRecoverableException extends java.sql.SQLException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.sql.SQLRecoverableException
  super_class: java.sql.SQLException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4144386502923131579

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.sql.SQLRecoverableException this
         0: .line 53
            aload 0 /* this */
            invokespecial java.sql.SQLException.<init>:()V
         1: .line 54
            return
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/sql/SQLRecoverableException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
         0: .line 70
            aload 0 /* this */
            aload 1 /* reason */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
         1: .line 71
            return
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/sql/SQLRecoverableException;
            0    2     1  reason  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      reason  

  public void <init>(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
         0: .line 87
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 88
            return
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/sql/SQLRecoverableException;
            0    2     1    reason  Ljava/lang/String;
            0    2     2  SQLState  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      reason    
      SQLState  

  public void <init>(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int vendorCode
         0: .line 105
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iload 3 /* vendorCode */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 106
            return
        end local 3 // int vendorCode
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljava/sql/SQLRecoverableException;
            0    2     1      reason  Ljava/lang/String;
            0    2     2    SQLState  Ljava/lang/String;
            0    2     3  vendorCode  I
    MethodParameters:
            Name  Flags
      reason      
      SQLState    
      vendorCode  

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.Throwable cause
         0: .line 122
            aload 0 /* this */
            aload 1 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/Throwable;)V
         1: .line 123
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/sql/SQLRecoverableException;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void <init>(java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.Throwable cause
         0: .line 138
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 139
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljava/sql/SQLRecoverableException;
            0    2     1  reason  Ljava/lang/String;
            0    2     2   cause  Ljava/lang/Throwable;
    MethodParameters:
        Name  Flags
      reason  
      cause   

  public void <init>(java.lang.String, java.lang.String, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // java.lang.Throwable cause
         0: .line 154
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            aload 3 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 155
            return
        end local 3 // java.lang.Throwable cause
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/sql/SQLRecoverableException;
            0    2     1    reason  Ljava/lang/String;
            0    2     2  SQLState  Ljava/lang/String;
            0    2     3     cause  Ljava/lang/Throwable;
    MethodParameters:
          Name  Flags
      reason    
      SQLState  
      cause     

  public void <init>(java.lang.String, java.lang.String, int, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // java.sql.SQLRecoverableException this
        start local 1 // java.lang.String reason
        start local 2 // java.lang.String SQLState
        start local 3 // int vendorCode
        start local 4 // java.lang.Throwable cause
         0: .line 171
            aload 0 /* this */
            aload 1 /* reason */
            aload 2 /* SQLState */
            iload 3 /* vendorCode */
            aload 4 /* cause */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V
         1: .line 172
            return
        end local 4 // java.lang.Throwable cause
        end local 3 // int vendorCode
        end local 2 // java.lang.String SQLState
        end local 1 // java.lang.String reason
        end local 0 // java.sql.SQLRecoverableException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljava/sql/SQLRecoverableException;
            0    2     1      reason  Ljava/lang/String;
            0    2     2    SQLState  Ljava/lang/String;
            0    2     3  vendorCode  I
            0    2     4       cause  Ljava/lang/Throwable;
    MethodParameters:
            Name  Flags
      reason      
      SQLState    
      vendorCode  
      cause       
}
SourceFile: "SQLRecoverableException.java"