]
Tristan Tarrant reassigned ISPN-2902:
-------------------------------------
Assignee: (was: Mircea Markus)
document exception handling in Infinispan
-----------------------------------------
Key: ISPN-2902
URL:
https://issues.jboss.org/browse/ISPN-2902
Project: Infinispan
Issue Type: Task
Components: Documentation-Core
Affects Versions: 5.2.3.Final
Reporter: Mircea Markus
Map/ConcurrentMap operations, as overridden by Infinispan, might throw various runtime
exception to the user. These exceptions should be:
- documented (API)
- the user should be informed about what happens in the case of any such exceptions being
thrown (e.g. the operation hasn't succeed an all nodes, the cache might be
inconsistent, etc). This again should be added in the javadoc
(ISPN-629 did part of the job for TimeoutException)