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