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

RecordStoreNotFoundException

public class RecordStoreNotFoundException extends RecordStoreException
Thrown to indicate an operation could not be completed because the record store could not be found.
since
MIDP 1.0

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

param
message the detail message

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

    
Methods Summary