A store serves documents from some persistent location. Currently, we have two implementations of a store: TaminoStore and FileStore.
Tamino Java API.
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.