package javax.microedition.rms;

public class RecordStoreNotFoundException extends RecordStoreException
{

 public RecordStoreNotFoundException(String string_1)
 {
 }
 
 public RecordStoreNotFoundException()
 {
 }
 
}