RecordStoreFullExceptionpublic class RecordStoreFullException extends RecordStoreException Thrown to indicate an operation could not be completed because the
record store system storage is full. |
Constructors Summary |
---|
public RecordStoreFullException(String message)Constructs a new RecordStoreFullException with the
specified detail message.
super(message);
| public RecordStoreFullException()Constructs a new RecordStoreFullException with no detail
message.
|
|