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
Indicates an operation could not be completed because the
record ID was invalid.
This document and the information contained in it are CONFIDENTIAL
AND PROPRIETARY INFORMATION of Motorola, Inc. and shall not be
used, published, disclosed, or disseminated outside of Motorola in
whole or in part without Motorola's consent. This document contains
trade secrets of Motorola. Reverse engineering of any or all of the
information in this document in prohibited.
¿ Copyright 1999-2000 Motorola, Inc. All Rights Reserved.
This notice does not imply publication
- Version:
- 15-October-1999
InvalidRecordIDException
public InvalidRecordIDException(String message)
- Constructs a new
InvalidRecordIDException
with the
specified detail message.
- Parameters:
host
- the detail message.
InvalidRecordIDException
public InvalidRecordIDException()
- Constructs a new
InvalidRecordIDException
with no detail
message.