Name

RecordStoreNotFoundException

Synopsis

This exception signals that a RecordStore to be opened or deleted could not be found. One common cause of this error is trying to access a RecordStore in another MIDlet suite, which is not allowed.

                  Thrown By
public class RecordStoreNotFoundException extends RecordStoreException {  
// Public Constructors
   public RecordStoreNotFoundException();  
   public RecordStoreNotFoundException( String message);  
}

Thrown By

RecordStore.{deleteRecordStore(), openRecordStore()}

Get J2ME in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.