org.bouncycastle.jce.exception

Class ExtCertPathBuilderException

Implemented Interfaces:
ExtException

public class ExtCertPathBuilderException
extends CertPathBuilderException
implements ExtException

Constructor Summary

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

Method Summary

Throwable
getCause()
Returns the cause of the exception.

Constructor Details

ExtCertPathBuilderException

public ExtCertPathBuilderException(String message,
                                   Throwable cause)

ExtCertPathBuilderException

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

Method Details

getCause

public Throwable getCause()
Returns the cause of the exception.
Specified by:
getCause in interface ExtException
Returns:
The cause of the exception.