blob: f6173de4e95d457f1d6e5ed70f0f0ed41be110de [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.jce.provider;
import java.security.cert.CertPath;
import java.security.cert.CertPathValidatorException;
class RecoverableCertPathValidatorException
extends CertPathValidatorException
{
public RecoverableCertPathValidatorException(String msg, Throwable cause, CertPath certPath, int index)
{
super(msg, cause, certPath, index);
}
}