javax.microedition.rms
Class InvalidRecordIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.microedition.rms.RecordStoreException
javax.microedition.rms.InvalidRecordIDException
public class InvalidRecordIDException
- extends RecordStoreException
Thrown to indicate an operation could not be completed because the
record ID was invalid.
InvalidRecordIDException
public InvalidRecordIDException()
- Constructs a new
InvalidRecordIDException with no detail
message.
InvalidRecordIDException
public InvalidRecordIDException(String s)
- Constructs a new
InvalidRecordIDException with the
specified detail message.
- Parameters:
message - The detail message.
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal