blob: 521c56da1e2b55a062e825dc3854283498cf2c12 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.org.bouncycastle.x509;
/**
* @hide This class is not part of the Android public SDK API
*/
public class NoSuchStoreException
extends Exception
{
public NoSuchStoreException(String message)
{
super(message);
}
}