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.
RecordStoreException
public RecordStoreException()
- Constructs a new
RecordStoreException with no detail
message.
RecordStoreException
public RecordStoreException(String s)
- Constructs a new
RecordStoreException with the
specified detail message.
- Parameters:
message - the detail message.
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal