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.
RecordStoreNotOpenException
public RecordStoreNotOpenException()
- Constructs a new
RecordStoreNotOpenException with no detail
message.
RecordStoreNotOpenException
public RecordStoreNotOpenException(String s)
- Constructs a new
RecordStoreNotOpenException 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