public class

ExtCertPathValidatorException

extends CertPathValidatorException
implements ExtException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.security.GeneralSecurityException
         ↳ java.security.cert.CertPathValidatorException
           ↳ org.bouncycastle.jce.exception.ExtCertPathValidatorException

Summary

Public Constructors
ExtCertPathValidatorException(String message, Throwable cause)
ExtCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
Public Methods
Throwable getCause()
[Expand]
Inherited Methods
From class java.security.cert.CertPathValidatorException
From class java.lang.Throwable
From class java.lang.Object
From interface org.bouncycastle.jce.exception.ExtException

Public Constructors

public ExtCertPathValidatorException (String message, Throwable cause)

public ExtCertPathValidatorException (String msg, Throwable cause, CertPath certPath, int index)

Public Methods

public Throwable getCause ()