A store serves documents from some persistent location. Currently, we have two implementations of a store: TaminoStore and FileStore.

Dependencies

Tamino Java API.

Exception Handling

All checked exceptions thrown by this package derive from StoreException. Usually, a StoreException provides a high-level description of the problem and wraps an exception thrown by Tamino Java API to provide more details.