public class

ExtCertPathBuilderException

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

Summary

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

Public Constructors

public ExtCertPathBuilderException (String message, Throwable cause)

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

Public Methods

public Throwable getCause ()