Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How was it decided which methods should throw BackingStoreException?

decided methods throw
0
Posted

How was it decided which methods should throw BackingStoreException?

0

Only the methods whose semantics absolutely require the ability to communicate with the backing store throw this exception. Typical applications will have no need to call these methods. As long as these methods are avoided, applications will be able to run even if the backing store is unavailable, which was an explicit design goal. • Why doesn’t this API provide stronger guarantees concerning concurrent access by multiple VMs? Similarly, why doesn’t the API allow multiple Preferences updates to be combined into a single “transaction”, with all or nothing semantics?? While the the API does provide rudimentary persistent data storage, it is not intended as a substitute for a database. It is critical that it be possible to implement this API atop standard preference/configuration repositories, most of which do not provide database-like guarantees and functionality. Such repositories have proven adequate for the purposes for which this API is intended. • Why does this API have case-sensiti

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.