RecordStoreExceptionpublic class RecordStoreException extends Exception Thrown to indicate a general exception occurred in a record store operation. |
Constructors Summary |
---|
public RecordStoreException(String message)Constructs a new RecordStoreException with the
specified detail message.
super(message);
| public RecordStoreException()Constructs a new RecordStoreException with no detail
message.
|
|