-
Type: Clean up
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Code Refactoring (Global)
ClientRuntimeException was introduced to have a custom RuntimeException at the time where ClientException was a checked exception. Now that since NXP-14656 ClientException is unchecked, it's not needed anymore.
-> Deprecate it.
For code that needs to throw an "indeterminate" exception to report a rare error case or something about which the code or the end-user can't do anything, NuxeoException should be used.
- depends on
-
NXP-14656 Make ClientException a RuntimeException
- Resolved