FileDocCategorySizeDatePackage
RecordStoreNotFoundException.javaAPI DocJ2ME MIDP 2.0928Thu Nov 07 12:02:28 GMT 2002javax.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