javax.microedition.rms
Class RecordStoreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.microedition.rms.RecordStoreException
- Direct Known Subclasses:
- InvalidRecordIDException, RecordStoreFullException, RecordStoreNotFoundException, RecordStoreNotOpenException
- public class RecordStoreException
- extends Exception
Thrown to indicate a general exception occurred in a record store operation.
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
RecordStoreException
public RecordStoreException(String message)
- Constructs a new
RecordStoreException
with the
specified detail message.
- Parameters:
host
- the detail message.
RecordStoreException
public RecordStoreException()
- Constructs a new
RecordStoreException
with no detail
message.