blob: 008f558ada06395a98106bc9cf72f8503c0480c6 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.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);
}
}