blob: 255c03031e29f172052ede2b7a9b8b4f4d6224c2 [file] [log] [blame]
package org.bouncycastle.x509;
public class NoSuchStoreException
extends Exception
{
public NoSuchStoreException(String message)
{
super(message);
}
}