You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In AbstractDispatchServiceImpl.execute(String cookieSentByRPC, Action<?> action) method,
the ServiceException is caught and then rethrown without the exception cause. Therefore the client code, including the instance of ExceptionHandler cannot access the root cause.
The text was updated successfully, but these errors were encountered:
In AbstractDispatchServiceImpl.execute(String cookieSentByRPC, Action<?> action) method,
the ServiceException is caught and then rethrown without the exception cause. Therefore the client code, including the instance of ExceptionHandler cannot access the root cause.
The text was updated successfully, but these errors were encountered: