RecordStoreNotOpenExceptionpublic class RecordStoreNotOpenException extends RecordStoreException Thrown to indicate that an operation was attempted on a closed record store. |
Constructors Summary |
---|
public RecordStoreNotOpenException(String message)Constructs a new RecordStoreNotOpenException with the
specified detail message.
super(message);
| public RecordStoreNotOpenException()Constructs a new RecordStoreNotOpenException with no detail
message.
|
|