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 0: aload 0
aconst_null
aconst_null
invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: return
end local 0 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 start local 1 0: aload 0
aload 1
aconst_null
invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 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 start local 1 0: aload 0
aload 1
ifnonnull 1
aconst_null
goto 2
StackMap locals:
StackMap stack: uninitialized-this
1: aload 1
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
invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
3: return
end local 1 end local 0 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 start local 1 start local 2 0: aload 0
aload 1
aload 2
aconst_null
iconst_m1
invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;I)V
1: return
end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
iload 4
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: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
invokespecial java.security.GeneralSecurityException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
1: aload 0
iconst_m1
putfield java.security.cert.CertPathValidatorException.index:I
2: aload 0
getstatic java.security.cert.CertPathValidatorException$BasicReason.UNSPECIFIED:Ljava/security/cert/CertPathValidatorException$BasicReason;
putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
3: aload 3
ifnonnull 5
iload 4
iconst_m1
if_icmpeq 5
4: new java.lang.IllegalArgumentException
dup
invokespecial java.lang.IllegalArgumentException.<init>:()V
athrow
5: 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
iconst_m1
if_icmplt 7
6: aload 3
ifnull 8
iload 4
aload 3
invokevirtual java.security.cert.CertPath.getCertificates:()Ljava/util/List;
invokeinterface java.util.List.size:()I
if_icmplt 8
7: StackMap locals:
StackMap stack:
new java.lang.IndexOutOfBoundsException
dup
invokespecial java.lang.IndexOutOfBoundsException.<init>:()V
athrow
8: StackMap locals:
StackMap stack:
aload 5
ifnonnull 10
9: new java.lang.NullPointerException
dup
ldc "reason can't be null"
invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
athrow
10: StackMap locals:
StackMap stack:
aload 0
aload 3
putfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
11: aload 0
iload 4
putfield java.security.cert.CertPathValidatorException.index:I
12: aload 0
aload 5
putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
13: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
areturn
end local 0 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 0: aload 0
getfield java.security.cert.CertPathValidatorException.index:I
ireturn
end local 0 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 0: aload 0
getfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
areturn
end local 0 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 start local 1 0: aload 1
invokevirtual java.io.ObjectInputStream.defaultReadObject:()V
1: aload 0
getfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
ifnonnull 3
2: aload 0
getstatic java.security.cert.CertPathValidatorException$BasicReason.UNSPECIFIED:Ljava/security/cert/CertPathValidatorException$BasicReason;
putfield java.security.cert.CertPathValidatorException.reason:Ljava/security/cert/CertPathValidatorException$Reason;
3: StackMap locals:
StackMap stack:
aload 0
getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
ifnonnull 5
aload 0
getfield java.security.cert.CertPathValidatorException.index:I
iconst_m1
if_icmpeq 5
4: new java.io.InvalidObjectException
dup
ldc "certpath is null and index != -1"
invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
athrow
5: StackMap locals:
StackMap stack:
aload 0
getfield java.security.cert.CertPathValidatorException.index:I
iconst_m1
if_icmplt 7
6: aload 0
getfield java.security.cert.CertPathValidatorException.certPath:Ljava/security/cert/CertPath;
ifnull 8
aload 0
getfield java.security.cert.CertPathValidatorException.index:I
aload 0
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: 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: StackMap locals:
StackMap stack:
return
end local 1 end local 0 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