MID Profile

Uses of Class
javax.microedition.rms.RecordStoreNotFoundException

Packages that use RecordStoreNotFoundException
javax.microedition.rms The Mobile Information Device Profile provides a mechanism for MIDlets to persistently store data and later retrieve it. 
 

Uses of RecordStoreNotFoundException in javax.microedition.rms
 

Methods in javax.microedition.rms that throw RecordStoreNotFoundException
static RecordStore RecordStore.openRecordStore(String recordStoreName, boolean createIfNecessary)
          Open (and possibly create) a record store associated with the given MIDlet suite.
static void RecordStore.deleteRecordStore(String recordStoreName)
          Deletes the named record store.
 


MID Profile

Submit a comment or suggestion Version 1.0 of MID Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.