public class javax.sql.rowset.spi.SyncProviderException extends java.sql.SQLException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.sql.rowset.spi.SyncProviderException
  super_class: java.sql.SQLException
{
  private javax.sql.rowset.spi.SyncResolver syncResolver;
    descriptor: Ljavax/sql/rowset/spi/SyncResolver;
    flags: (0x0002) ACC_PRIVATE

  static final long serialVersionUID;
    descriptor: J
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: -939908523620640692

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.sql.rowset.spi.SyncProviderException this
         0: .line 79
            aload 0 /* this */
            invokespecial java.sql.SQLException.<init>:()V
         1: .line 73
            aload 0 /* this */
            aconst_null
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         2: .line 80
            return
        end local 0 // javax.sql.rowset.spi.SyncProviderException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/sql/rowset/spi/SyncProviderException;

  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 // javax.sql.rowset.spi.SyncProviderException this
        start local 1 // java.lang.String msg
         0: .line 89
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
         1: .line 73
            aload 0 /* this */
            aconst_null
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         2: .line 90
            return
        end local 1 // java.lang.String msg
        end local 0 // javax.sql.rowset.spi.SyncProviderException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/sql/rowset/spi/SyncProviderException;
            0    3     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(javax.sql.rowset.spi.SyncResolver);
    descriptor: (Ljavax/sql/rowset/spi/SyncResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.sql.rowset.spi.SyncProviderException this
        start local 1 // javax.sql.rowset.spi.SyncResolver syncResolver
         0: .line 101
            aload 0 /* this */
            invokespecial java.sql.SQLException.<init>:()V
         1: .line 73
            aload 0 /* this */
            aconst_null
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         2: .line 102
            aload 1 /* syncResolver */
            ifnonnull 4
         3: .line 103
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot instantiate a SyncProviderException with a null SyncResolver object"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 106
      StackMap locals: javax.sql.rowset.spi.SyncProviderException javax.sql.rowset.spi.SyncResolver
      StackMap stack:
            aload 0 /* this */
            aload 1 /* syncResolver */
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         5: .line 108
            return
        end local 1 // javax.sql.rowset.spi.SyncResolver syncResolver
        end local 0 // javax.sql.rowset.spi.SyncProviderException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Ljavax/sql/rowset/spi/SyncProviderException;
            0    6     1  syncResolver  Ljavax/sql/rowset/spi/SyncResolver;
    MethodParameters:
              Name  Flags
      syncResolver  

  public javax.sql.rowset.spi.SyncResolver getSyncResolver();
    descriptor: ()Ljavax/sql/rowset/spi/SyncResolver;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // javax.sql.rowset.spi.SyncProviderException this
         0: .line 130
            aload 0 /* this */
            getfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
            ifnull 2
         1: .line 131
            aload 0 /* this */
            getfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
            areturn
         2: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new com.sun.rowset.internal.SyncResolverImpl
            dup
            invokespecial com.sun.rowset.internal.SyncResolverImpl.<init>:()V
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         3: .line 135
            goto 5
      StackMap locals:
      StackMap stack: java.sql.SQLException
         4: pop
         5: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
            areturn
        end local 0 // javax.sql.rowset.spi.SyncProviderException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljavax/sql/rowset/spi/SyncProviderException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.sql.SQLException

  public void setSyncResolver(javax.sql.rowset.spi.SyncResolver);
    descriptor: (Ljavax/sql/rowset/spi/SyncResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javax.sql.rowset.spi.SyncProviderException this
        start local 1 // javax.sql.rowset.spi.SyncResolver syncResolver
         0: .line 155
            aload 1 /* syncResolver */
            ifnonnull 2
         1: .line 156
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot set a null SyncResolver object"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 159
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* syncResolver */
            putfield javax.sql.rowset.spi.SyncProviderException.syncResolver:Ljavax/sql/rowset/spi/SyncResolver;
         3: .line 161
            return
        end local 1 // javax.sql.rowset.spi.SyncResolver syncResolver
        end local 0 // javax.sql.rowset.spi.SyncProviderException this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Ljavax/sql/rowset/spi/SyncProviderException;
            0    4     1  syncResolver  Ljavax/sql/rowset/spi/SyncResolver;
    MethodParameters:
              Name  Flags
      syncResolver  
}
SourceFile: "SyncProviderException.java"