public class org.h2.jdbc.JdbcSQLFeatureNotSupportedException extends java.sql.SQLFeatureNotSupportedException implements org.h2.jdbc.JdbcException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.h2.jdbc.JdbcSQLFeatureNotSupportedException
  super_class: java.sql.SQLFeatureNotSupportedException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final java.lang.String originalMessage;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String stackTrace;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String sql;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String, java.lang.String, java.lang.String, int, java.lang.Throwable, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
        start local 1 // java.lang.String message
        start local 2 // java.lang.String sql
        start local 3 // java.lang.String state
        start local 4 // int errorCode
        start local 5 // java.lang.Throwable cause
        start local 6 // java.lang.String stackTrace
         0: .line 38
            aload 0 /* this */
            aload 1 /* message */
            aload 3 /* state */
            iload 4 /* errorCode */
            invokespecial java.sql.SQLFeatureNotSupportedException.<init>:(Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 39
            aload 0 /* this */
            aload 1 /* message */
            putfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.originalMessage:Ljava/lang/String;
         2: .line 40
            aload 0 /* this */
            aload 6 /* stackTrace */
            putfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.stackTrace:Ljava/lang/String;
         3: .line 42
            aload 0 /* this */
            aload 2 /* sql */
            invokevirtual org.h2.jdbc.JdbcSQLFeatureNotSupportedException.setSQL:(Ljava/lang/String;)V
         4: .line 43
            aload 0 /* this */
            aload 5 /* cause */
            invokevirtual org.h2.jdbc.JdbcSQLFeatureNotSupportedException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         5: .line 44
            return
        end local 6 // java.lang.String stackTrace
        end local 5 // java.lang.Throwable cause
        end local 4 // int errorCode
        end local 3 // java.lang.String state
        end local 2 // java.lang.String sql
        end local 1 // java.lang.String message
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;
            0    6     1     message  Ljava/lang/String;
            0    6     2         sql  Ljava/lang/String;
            0    6     3       state  Ljava/lang/String;
            0    6     4   errorCode  I
            0    6     5       cause  Ljava/lang/Throwable;
            0    6     6  stackTrace  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      message     
      sql         
      state       
      errorCode   
      cause       
      stackTrace  

  public java.lang.String getMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
         0: .line 48
            aload 0 /* this */
            getfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.message:Ljava/lang/String;
            areturn
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;

  public java.lang.String getOriginalMessage();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
         0: .line 53
            aload 0 /* this */
            getfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.originalMessage:Ljava/lang/String;
            areturn
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;

  public void printStackTrace(java.io.PrintWriter);
    descriptor: (Ljava/io/PrintWriter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
        start local 1 // java.io.PrintWriter s
         0: .line 58
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.sql.SQLFeatureNotSupportedException.printStackTrace:(Ljava/io/PrintWriter;)V
         1: .line 59
            aload 0 /* this */
            aload 1 /* s */
            invokestatic org.h2.message.DbException.printNextExceptions:(Ljava/sql/SQLException;Ljava/io/PrintWriter;)V
         2: .line 60
            return
        end local 1 // java.io.PrintWriter s
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;
            0    3     1     s  Ljava/io/PrintWriter;
    MethodParameters:
      Name  Flags
      s     

  public void printStackTrace(java.io.PrintStream);
    descriptor: (Ljava/io/PrintStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
        start local 1 // java.io.PrintStream s
         0: .line 64
            aload 0 /* this */
            aload 1 /* s */
            invokespecial java.sql.SQLFeatureNotSupportedException.printStackTrace:(Ljava/io/PrintStream;)V
         1: .line 65
            aload 0 /* this */
            aload 1 /* s */
            invokestatic org.h2.message.DbException.printNextExceptions:(Ljava/sql/SQLException;Ljava/io/PrintStream;)V
         2: .line 66
            return
        end local 1 // java.io.PrintStream s
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;
            0    3     1     s  Ljava/io/PrintStream;
    MethodParameters:
      Name  Flags
      s     

  public java.lang.String getSQL();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
         0: .line 70
            aload 0 /* this */
            getfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.sql:Ljava/lang/String;
            areturn
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;

  public void setSQL(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
        start local 1 // java.lang.String sql
         0: .line 75
            aload 0 /* this */
            aload 1 /* sql */
            putfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.sql:Ljava/lang/String;
         1: .line 76
            aload 0 /* this */
            aload 0 /* this */
            invokestatic org.h2.message.DbException.buildMessageForException:(Lorg/h2/jdbc/JdbcException;)Ljava/lang/String;
            putfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.message:Ljava/lang/String;
         2: .line 77
            return
        end local 1 // java.lang.String sql
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;
            0    3     1   sql  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sql   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
         0: .line 81
            aload 0 /* this */
            getfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.stackTrace:Ljava/lang/String;
            ifnonnull 2
         1: .line 82
            aload 0 /* this */
            invokespecial java.sql.SQLFeatureNotSupportedException.toString:()Ljava/lang/String;
            areturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.h2.jdbc.JdbcSQLFeatureNotSupportedException.stackTrace:Ljava/lang/String;
            areturn
        end local 0 // org.h2.jdbc.JdbcSQLFeatureNotSupportedException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/h2/jdbc/JdbcSQLFeatureNotSupportedException;
}
SourceFile: "JdbcSQLFeatureNotSupportedException.java"