public class java.security.cert.CertPathValidatorException extends java.security.GeneralSecurityException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.security.cert.CertPathValidatorException
  super_class: java.security.GeneralSecurityException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3083180014971893139

  private int index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.security.cert.CertPath certPath;
    descriptor: Ljava/security/cert/CertPath;
    flags: (0x0002) ACC_PRIVATE

  private java.security.cert.CertPathValidatorException$Reason reason;
    descriptor: Ljava/security/cert/CertPathValidatorException$Reason;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.security.cert.CertPathValidatorException this
         0: .line 88
            aload 0 /* this */
            aconst_null
            aconst_null
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 89
            return
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/security/cert/CertPathValidatorException;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.lang.String msg
         0: .line 99
            aload 0 /* this */
            aload 1 /* msg */
            aconst_null
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 100
            return
        end local 1 // java.lang.String msg
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/security/cert/CertPathValidatorException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.lang.Throwable cause
         0: .line 116
            aload 0 /* this */
            aload 1 /* cause */
            ifnonnull 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack: uninitialized-this
         1: aload 1 /* cause */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
      StackMap locals: uninitialized-this java.lang.Throwable
      StackMap stack: uninitialized-this java.lang.String
         2: aload 1 /* cause */
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         3: .line 117
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljava/security/cert/CertPathValidatorException;
            0    4     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=5, locals=3, args_size=3
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
         0: .line 129
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            aconst_null
            iconst_m1
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V
         1: .line 130
            return
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljava/security/cert/CertPathValidatorException;
            0    2     1    msg  Ljava/lang/String;
            0    2     2  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public void <init>(java.lang.String, java.lang.Throwable, java.security.cert.CertPath, int);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
        start local 3 // java.security.cert.CertPath certPath
        start local 4 // int index
         0: .line 151
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            aload 3 /* certPath */
            iload 4 /* index */
            getstatic java.security.cert.CertPathValidatorException$BasicReason.UNSPECIFIED:Ljava/security/cert/CertPathValidatorException$BasicReason;
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
         1: .line 152
            return
        end local 4 // int index
        end local 3 // java.security.cert.CertPath certPath
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/security/cert/CertPathValidatorException;
            0    2     1       msg  Ljava/lang/String;
            0    2     2     cause  Ljava/lang/Throwable;
            0    2     3  certPath  Ljava/security/cert/CertPath;
            0    2     4     index  I
    MethodParameters:
          Name  Flags
      msg       
      cause     
      certPath  
      index     

  public void <init>(java.lang.String, java.lang.Throwable, java.security.cert.CertPath, int, java.security.cert.CertPathValidatorException$Reason);
    descriptor: (Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Throwable cause
        start local 3 // java.security.cert.CertPath certPath
        start local 4 // int index
        start local 5 // java.security.cert.CertPathValidatorException$Reason reason
         0: .line 177
            aload 0 /* this */
            aload 1 /* msg */
            aload 2 /* cause */
            invokespecial java.security.GeneralSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
         1: .line 70
            aload 0 /* this */
            iconst_m1
            putfield java.security.cert.CertPathValidatorException.index:I
         2: .line 81
            aload 0 /* this */
            getstatic java.security.cert.CertPathValidatorException$BasicReason.UNSPECIFIED:Ljava/security/cert/CertPathValidatorException$BasicReason;
            putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
         3: .line 178
            aload 3 /* certPath */
            ifnonnull 5
            iload 4 /* index */
            iconst_m1
            if_icmpeq 5
         4: .line 179
            new java.lang.IllegalArgumentException
            dup
            invokespecial java.lang.IllegalArgumentException.<init>:()V
            athrow
         5: .line 181
      StackMap locals: java.security.cert.CertPathValidatorException java.lang.String java.lang.Throwable java.security.cert.CertPath int java.security.cert.CertPathValidatorException$Reason
      StackMap stack:
            iload 4 /* index */
            iconst_m1
            if_icmplt 7
         6: .line 182
            aload 3 /* certPath */
            ifnull 8
            iload 4 /* index */
            aload 3 /* certPath */
            invokevirtual java.security.cert.CertPath.getCertificates:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 8
         7: .line 183
      StackMap locals:
      StackMap stack:
            new java.lang.IndexOutOfBoundsException
            dup
            invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
            athrow
         8: .line 185
      StackMap locals:
      StackMap stack:
            aload 5 /* reason */
            ifnonnull 10
         9: .line 186
            new java.lang.NullPointerException
            dup
            ldc "reason can't be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 188
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 3 /* certPath */
            putfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
        11: .line 189
            aload 0 /* this */
            iload 4 /* index */
            putfield java.security.cert.CertPathValidatorException.index:I
        12: .line 190
            aload 0 /* this */
            aload 5 /* reason */
            putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
        13: .line 191
            return
        end local 5 // java.security.cert.CertPathValidatorException$Reason reason
        end local 4 // int index
        end local 3 // java.security.cert.CertPath certPath
        end local 2 // java.lang.Throwable cause
        end local 1 // java.lang.String msg
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   14     0      this  Ljava/security/cert/CertPathValidatorException;
            0   14     1       msg  Ljava/lang/String;
            0   14     2     cause  Ljava/lang/Throwable;
            0   14     3  certPath  Ljava/security/cert/CertPath;
            0   14     4     index  I
            0   14     5    reason  Ljava/security/cert/CertPathValidatorException$Reason;
    MethodParameters:
          Name  Flags
      msg       
      cause     
      certPath  
      index     
      reason    

  public java.security.cert.CertPath getCertPath();
    descriptor: ()Ljava/security/cert/CertPath;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.CertPathValidatorException this
         0: .line 201
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
            areturn
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/cert/CertPathValidatorException;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.CertPathValidatorException this
         0: .line 213
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.index:I
            ireturn
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/cert/CertPathValidatorException;

  public java.security.cert.CertPathValidatorException$Reason getReason();
    descriptor: ()Ljava/security/cert/CertPathValidatorException$Reason;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.security.cert.CertPathValidatorException this
         0: .line 228
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
            areturn
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/security/cert/CertPathValidatorException;

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.security.cert.CertPathValidatorException this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 233
            aload 1 /* stream */
            invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
         1: .line 234
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
            ifnonnull 3
         2: .line 235
            aload 0 /* this */
            getstatic java.security.cert.CertPathValidatorException$BasicReason.UNSPECIFIED:Ljava/security/cert/CertPathValidatorException$BasicReason;
            putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
         3: .line 237
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
            ifnonnull 5
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.index:I
            iconst_m1
            if_icmpeq 5
         4: .line 238
            new java.io.InvalidObjectException
            dup
            ldc "certpath is null and index != -1"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 240
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.index:I
            iconst_m1
            if_icmplt 7
         6: .line 241
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
            ifnull 8
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.index:I
            aload 0 /* this */
            getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
            invokevirtual java.security.cert.CertPath.getCertificates:()Ljava/util/List;
            invokeinterface java.util.List.size:()I
            if_icmplt 8
         7: .line 242
      StackMap locals:
      StackMap stack:
            new java.io.InvalidObjectException
            dup
            ldc "index out of range"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 244
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // java.security.cert.CertPathValidatorException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Ljava/security/cert/CertPathValidatorException;
            0    9     1  stream  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.lang.ClassNotFoundException, java.io.IOException
    MethodParameters:
        Name  Flags
      stream  
}
SourceFile: "CertPathValidatorException.java"
NestMembers:
  java.security.cert.CertPathValidatorException$BasicReason  java.security.cert.CertPathValidatorException$Reason
InnerClasses:
  public final BasicReason = java.security.cert.CertPathValidatorException$BasicReason of java.security.cert.CertPathValidatorException
  public abstract Reason = java.security.cert.CertPathValidatorException$Reason of java.security.cert.CertPathValidatorException