FileDocCategorySizeDatePackage
InvalidRecordIDException.javaAPI DocphoneME MR2 API (J2ME)1837Wed May 02 18:00:12 BST 2007javax.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