public class org.postgresql.core.PGBindException extends java.io.IOException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.postgresql.core.PGBindException
  super_class: java.io.IOException
{
  private final java.io.IOException ioe;
    descriptor: Ljava/io/IOException;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.postgresql.core.PGBindException this
        start local 1 // java.io.IOException ioe
         0: .line 14
            aload 0 /* this */
            invokespecial java.io.IOException.<init>:()V
         1: .line 15
            aload 0 /* this */
            aload 1 /* ioe */
            putfield org.postgresql.core.PGBindException.ioe:Ljava/io/IOException;
         2: .line 16
            return
        end local 1 // java.io.IOException ioe
        end local 0 // org.postgresql.core.PGBindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/postgresql/core/PGBindException;
            0    3     1   ioe  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      ioe   

  public java.io.IOException getIOException();
    descriptor: ()Ljava/io/IOException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.postgresql.core.PGBindException this
         0: .line 19
            aload 0 /* this */
            getfield org.postgresql.core.PGBindException.ioe:Ljava/io/IOException;
            areturn
        end local 0 // org.postgresql.core.PGBindException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/postgresql/core/PGBindException;
}
SourceFile: "PGBindException.java"