For example we have a code in the `WebSocketListener` like this: ``` void onMessage(WebSocketSession session, WebSocketMessage<?> message) throws Exception; // NOSONAR Remove in 5.2 ``` so, all those `throws Exception` have to be removed.