FileDocCategorySizeDatePackage
InvalidRecordIDException.javaAPI DocJ2ME MIDP 2.0891Thu Nov 07 12:02:28 GMT 2002javax.microedition.rms

InvalidRecordIDException

public class InvalidRecordIDException extends RecordStoreException
Thrown to indicate an operation could not be completed because the record ID was invalid.
since
MIDP 1.0

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

param
message the detail message

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

    
Methods Summary