javax.microedition.rms
Class RecordStoreNotOpenException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.microedition.rms.RecordStoreException
|
+--javax.microedition.rms.RecordStoreNotOpenException
- public class RecordStoreNotOpenException
- extends RecordStoreException
Thrown to indicate that an operation was attempted on a closed record store.
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
RecordStoreNotOpenException
public RecordStoreNotOpenException(String message)
- Constructs a new
RecordStoreNotOpenException
with the
specified detail message.
- Parameters:
host
- the detail message.
RecordStoreNotOpenException
public RecordStoreNotOpenException()
- Constructs a new
RecordStoreNotOpenException
with no detail
message.