Details
-
Task
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
1.5.6
-
None
Description
We have many methods in the server API which just throws Exception, without any indication about the kind of exception that can be thrown. This is dangerous, and not enough if we want to know what to do when an exception occurs.
We must through specific exception up the stack.
For instance, the Store interface, the Table interface, etc are just throwing Exception.