Skip to content

Commit

Permalink
Checkstyle: Add Javadoc to BrokerNotAliveException
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 29, 2018
1 parent 52cb146 commit 68b770c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,10 @@ private void closeResources(Connection connection, Channel channel) {
}
}

/**
* The {@link RuntimeException} thrown when broker is not available
* on the provided host port
*/
public static class BrokerNotAliveException extends RuntimeException {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 68b770c

Please sign in to comment.