javax.microedition.rms
Class RecordStoreFullException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.microedition.rms.RecordStoreException
|
+--javax.microedition.rms.RecordStoreFullException
- public class RecordStoreFullException
- extends RecordStoreException
Thrown to indicate an operation could not be completed because the
record store system storage is full.
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
RecordStoreFullException
public RecordStoreFullException(String message)
- Constructs a new
RecordStoreFullException
with the
specified detail message.
- Parameters:
host
- the detail message.
RecordStoreFullException
public RecordStoreFullException()
- Constructs a new
RecordStoreFullException
with no detail
message.