blob: d0b30b45cebf5507c2da133d660cbba691fb126f [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.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);
}
}