// 
// Decompiled by Procyon v0.6.0
// 

package org.bouncycastle.pkix.jcajce;

import java.security.cert.CertPathValidatorException;

class CRLNotFoundException extends CertPathValidatorException
{
    CRLNotFoundException(final String msg) {
        super(msg);
    }
    
    public CRLNotFoundException(final String msg, final Throwable cause) {
        super(msg, cause);
    }
}
