Checkstyle: Add Javadoc to BrokerNotAliveException

https://build.spring.io/browse/AMQP-MASTER-986/
This commit is contained in:
Artem Bilan
2018-11-29 16:29:42 -05:00
parent 52cb146c19
commit 68b770c369

View File

@@ -611,6 +611,10 @@ public final class BrokerRunning extends TestWatcher {
}
}
/**
* 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;