javax.microedition.rms
Class RecordStoreNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.microedition.rms.RecordStoreException
                    |
                    +--javax.microedition.rms.RecordStoreNotFoundException

public class RecordStoreNotFoundException
extends RecordStoreException

Thrown to indicate an operation could not be completed because the record store could not be found.

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:
03-February-2000

Constructor Summary
RecordStoreNotFoundException()
          Constructs a new RecordStoreNotFoundException with no detail message.
RecordStoreNotFoundException(String message)
          Constructs a new RecordStoreNotFoundException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordStoreNotFoundException

public RecordStoreNotFoundException(String message)
Constructs a new RecordStoreNotFoundException with the specified detail message.
Parameters:
host - the detail message.

RecordStoreNotFoundException

public RecordStoreNotFoundException()
Constructs a new RecordStoreNotFoundException with no detail message.