-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.6
-
Component/s: None
By default Exceptions are Wrapped using WrappedException.
This was required when using RMI to avoid classloading issues when forwarding Exceptions from the server to the client.
This is no longer required and this makes Exception management more complex than needed.
=> we should remove the automatic Wrapping inside ClientException.
- is required by
-
NXP-10076 Make the event service don't log full stacktrace on RecoverableClientException
- Resolved