org.bouncycastle.jce.exception
Class ExtCertPathBuilderException
CertPathBuilderException
org.bouncycastle.jce.exception.ExtCertPathBuilderException
- ExtException
public class ExtCertPathBuilderException
extends CertPathBuilderException
Throwable | getCause() - Returns the cause of the exception.
|
ExtCertPathBuilderException
public ExtCertPathBuilderException(String message,
Throwable cause)
ExtCertPathBuilderException
public ExtCertPathBuilderException(String msg,
Throwable cause,
CertPath certPath,
int index)
getCause
public Throwable getCause()
Returns the cause of the exception.
- getCause in interface ExtException
- The cause of the exception.