Name

RecordStoreFullException

Synopsis

This exception signals that the RecordStore operation could not be performed because there is insufficient space available. Note that a RecordStore implementation may require its own private space in the RecordStore, so that there may be insufficient space for an operation to be performed even when it appears that there is enough space.

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

Thrown By

RecordStore.{addRecord(), openRecordStore(), setRecord()}

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.