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

package org.bouncycastle.x509;

public class NoSuchStoreException extends Exception
{
    public NoSuchStoreException(final String message) {
        super(message);
    }
}
