FileDocCategorySizeDatePackage
RecordStoreFullException.javaAPI DocphoneME MR2 API (J2ME)1849Wed May 02 18:00:12 BST 2007javax.microedition.rms

RecordStoreFullException

public class RecordStoreFullException extends RecordStoreException
Thrown to indicate an operation could not be completed because the record store system storage is full.
since
MIDP 1.0

Fields Summary
Constructors Summary
public RecordStoreFullException(String message)
Constructs a new RecordStoreFullException with the specified detail message.

param
message the detail message

	super(message);
    
public RecordStoreFullException()
Constructs a new RecordStoreFullException with no detail message.

    
Methods Summary