summaryrefslogtreecommitdiff
path: root/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/RecoverableCertPathValidatorException.java
blob: f6173de4e95d457f1d6e5ed70f0f0ed41be110de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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);
    }
}