public class org.bouncycastle.cert.path.CertPathValidationException extends java.lang.Exception
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cert.path.CertPathValidationException
  super_class: java.lang.Exception
{
  private final java.lang.Exception cause;
    descriptor: Ljava/lang/Exception;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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 // org.bouncycastle.cert.path.CertPathValidationException this
        start local 1 // java.lang.String msg
         0: .line 10
            aload 0 /* this */
            aload 1 /* msg */
            aconst_null
            invokespecial org.bouncycastle.cert.path.CertPathValidationException.<init>:(Ljava/lang/String;Ljava/lang/Exception;)V
         1: .line 11
            return
        end local 1 // java.lang.String msg
        end local 0 // org.bouncycastle.cert.path.CertPathValidationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/bouncycastle/cert/path/CertPathValidationException;
            0    2     1   msg  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      msg   

  public void <init>(java.lang.String, java.lang.Exception);
    descriptor: (Ljava/lang/String;Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.bouncycastle.cert.path.CertPathValidationException this
        start local 1 // java.lang.String msg
        start local 2 // java.lang.Exception cause
         0: .line 15
            aload 0 /* this */
            aload 1 /* msg */
            invokespecial java.lang.Exception.<init>:(Ljava/lang/String;)V
         1: .line 17
            aload 0 /* this */
            aload 2 /* cause */
            putfield org.bouncycastle.cert.path.CertPathValidationException.cause:Ljava/lang/Exception;
         2: .line 18
            return
        end local 2 // java.lang.Exception cause
        end local 1 // java.lang.String msg
        end local 0 // org.bouncycastle.cert.path.CertPathValidationException this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/bouncycastle/cert/path/CertPathValidationException;
            0    3     1    msg  Ljava/lang/String;
            0    3     2  cause  Ljava/lang/Exception;
    MethodParameters:
       Name  Flags
      msg    
      cause  

  public java.lang.Throwable getCause();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.bouncycastle.cert.path.CertPathValidationException this
         0: .line 22
            aload 0 /* this */
            getfield org.bouncycastle.cert.path.CertPathValidationException.cause:Ljava/lang/Exception;
            areturn
        end local 0 // org.bouncycastle.cert.path.CertPathValidationException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/bouncycastle/cert/path/CertPathValidationException;
}
SourceFile: "CertPathValidationException.java"