Name

RecordStoreNotOpenException

Synopsis

This exception signals that an operation was attempted on a RecordStore that has already been closed using the closeRecordStore() method.

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

Thrown By

Too many methods to list.

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.