Skip to content

Revise all the throws Exception; // NOSONAR #3421

@artembilan

Description

@artembilan

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions