RecordStoreNotFoundExceptionpublic class RecordStoreNotFoundException extends RecordStoreException Thrown to indicate an operation could not be completed because the
record store could not be found. |
Constructors Summary |
---|
public RecordStoreNotFoundException(String message)Constructs a new RecordStoreNotFoundException with the
specified detail message.
super(message);
| public RecordStoreNotFoundException()Constructs a new RecordStoreNotFoundException
with no detail message.
|
|