de.enough.polish.doja.rms
Class RecordStoreFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.enough.polish.doja.rms.RecordStoreException
de.enough.polish.doja.rms.RecordStoreFullException
- All Implemented Interfaces:
- Serializable
public class RecordStoreFullException
- extends RecordStoreException
Thrown to indicate an operation could not be completed because the
record store system storage is full.
- Since:
- MIDP 1.0
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RecordStoreFullException
public RecordStoreFullException(String message)
- Constructs a new
RecordStoreFullException with the
specified detail message.
- Parameters:
message - - the detail message
RecordStoreFullException
public RecordStoreFullException()
- Constructs a new
RecordStoreFullException with no detail
message.